-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 944 Bytes
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "gogoast",
"version": "1.0.4",
"description": "The simplest tool to parse/transform/generate code by ast",
"keywords": [
"gogocode",
"gogoast",
"babel",
"jscodeshift",
"acorn",
"babylon",
"recast",
"babel-generator",
"babel-template",
"babel-traverse",
"babel-types",
"esprima",
"html-ast-transform",
"htmlparser-to-html",
"htmlparser2",
"parse5",
"hyntax",
"ast",
"mustache"
],
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/test/test.js",
"rollup": "rollup -c bin/rollup.js"
},
"repository": {
"type": "git",
"url": "[email protected]:shuerguo999/gogoAST.git"
},
"author": "yexi",
"license": "ISC",
"dependencies": {
"@babel/parser": "^7.7.7",
"hyntax-yx": "^0.0.1",
"recast": "^0.18.5"
},
"devDependencies": {
"glob": "^7.1.6"
}
}