-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 996 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
{
"name": "js-analyzer",
"version": "1.0.0",
"bin": {
"js-analyzer": "./run",
"js-analyzer-chrome": "./crun",
"js-analyzer-file": "./nrun"
},
"dependencies": {
"@babel/parser": "7.20.7",
"@babel/traverse": "7.20.12",
"@types/ansi": "^0.3.3",
"@types/argparse": "^2.0.10",
"@types/babel__traverse": "7.18.3",
"@types/jasmine": "^4.3.1",
"@types/node": "^18.11.18",
"ansi": "^0.3.1",
"argparse": "^2.0.1",
"htmlparser2": "^8.0.1",
"jasmine": "3.5.0",
"jasmine-terminal-reporter": "^1.0.3",
"json-stable-stringify": "^1.0.2",
"psl": "^1.9.0",
"punycode": "2.2.0",
"srcset-parse": "^1.1.0",
"tar-stream": "^2.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"typescript": "^4.9.4"
}
}