-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.35 KB
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
47
48
49
50
51
52
{
"name": "mini-app-analysis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"eslint": "eslint src --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyboss/Mini-App-Analysis.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flyboss/Mini-App-Analysis/issues"
},
"homepage": "https://github.com/flyboss/Mini-App-Analysis#readme",
"dependencies": {
"@babel/core": "^7.14.3",
"@types/babel-traverse": "^6.25.5",
"@types/babel__core": "^7.1.14",
"@types/babel__generator": "^7.6.2",
"@types/babel__traverse": "^7.11.1",
"@types/esprima": "^4.0.2",
"@types/jsdom": "^16.2.11",
"@types/node": "^14.14.37",
"@types/superagent": "^4.1.10",
"child_process": "^1.0.2",
"commander": "^7.2.0",
"csv-parse": "^4.16.0",
"csv-writer": "^1.6.0",
"esprima": "^4.0.1",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"install": "^0.13.0",
"jsdom": "^16.2",
"json5": "^2.2.0",
"log4js": "^6.1.2",
"moment": "^2.29.1",
"pinyin-pro": "^3.3.0",
"superagent": "^6.1.0",
"tsc": "^2.0.3",
"typescript": "^4.2.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"prettier": "^2.3.0"
}
}