-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 797 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "astexplorer-refmt",
"version": "2.0.0",
"description": "JavaScript wrapper for refmt parser to be used in astexplorer.net",
"keywords": [
"reason",
"reasonml",
"ocaml",
"astexplorer",
"ast"
],
"author": "jchavarri",
"repository": {
"type": "git",
"url": "git+https://github.com/jchavarri/astexplorer-refmt.git"
},
"bugs": {
"url": "https://github.com/jchavarri/astexplorer-refmt/issues"
},
"homepage": "https://github.com/jchavarri/astexplorer-refmt",
"license": "MIT",
"main": "dist/ast_explorer_refmt.bc.js",
"files": [
"dist"
],
"scripts": {
"build:prod": "mkdir -p dist && cp _build/default/src/ast_explorer_refmt.bc.js ./dist/ast_explorer_refmt.bc.js"
},
"devDependencies": {
"serve": "^14.2.4"
}
}