-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 852 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 852 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
33
34
35
36
{
"name": "ast-parser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "tsc -w"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/babel-core": "^6.25.3",
"@types/babel-traverse": "^6.25.3",
"@types/deep-equal": "^1.0.1",
"@types/node": "^9.4.6",
"@types/parse5": "^3.0.0",
"@types/uuid": "^3.4.3",
"ast-types": "^0.11.2",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-generator": "^7.0.0-beta.3",
"babel-traverse": "^6.26.0",
"deep-equal": "^1.0.1",
"escope": "^3.6.0",
"esrecurse": "^4.2.1",
"hast": "^1.0.0",
"parse5": "^4.0.0",
"prettier": "^1.14.3",
"pretty": "^2.0.0",
"rehype": "^5.0.1",
"shift-scope": "^3.1.0",
"ts-node": "^5.0.1",
"typescript": "^2.7.2",
"uuid": "^3.2.1"
}
}