-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 KB
/
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
{
"name": "devilz",
"version": "0.0.11",
"description": "obfuscator tool",
"main": "dist/devil.js",
"scripts": {
"test": "cross-env NPM_TEST=true mocha test/**/*.test.js test/**/**/*.test.js --timeout 100000",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git@gitlab.corp.qunar.com:fenghua.zhang/devilZ.git"
},
"keywords": [
"obfuscator"
],
"author": "fenghua.zhang",
"license": "ISC",
"dependencies": {
"@babel/parser": "7.4.3",
"@babel/traverse": "7.4.5",
"@types/babel-generator": "6.25.3",
"@types/babel-traverse": "6.25.5",
"cross-env": "5.2.0",
"lodash": "4.17.11",
"scope-analyzer": "^2.1.1",
"typescript": "^4.1.5"
},
"devDependencies": {
"@babel/types": "7.4.4",
"@types/babel-types": "7.0.7",
"@types/babel__generator": "7.0.2",
"@types/babel__traverse": "7.0.6",
"@types/debug": "4.1.4",
"@types/estraverse": "0.0.6",
"@types/lodash": "4.14.123",
"@types/node": "11.13.13",
"colors": "1.3.3",
"debug": "4.1.1",
"ghooks": "2.0.4",
"mocha": "6.1.4"
},
"types": "devilz.d.ts"
}