-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "bw-loader",
"version": "0.0.2",
"main": "index.js",
"repository": "https://github.com/xTCry/bwLoader",
"author": "xTCry [Vladislav Kh] (https://github.com/xTCry/)",
"license": "MIT",
"scripts": {
"start": "ts-node ./src/index.ts",
"dev": "nodemon ./src/index.ts"
},
"private": false,
"devDependencies": {
"@types/cheerio": "^0.22.21",
"@types/fs-extra": "^9.0.1",
"nodemon": "^2.0.4",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"dependencies": {
"@types/convict": "^5.2.1",
"@types/gradient-string": "^1.1.1",
"acorn": "^8.15.0",
"acorn-walk": "^8.3.4",
"axios": "^0.20.0",
"cheerio": "^1.0.0-rc.3",
"comment-json": "^4.1.0",
"convict": "^6.0.0",
"convict-format-with-validator": "^6.0.0",
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"gradient-string": "^1.2.0",
"js-beautify": "^1.13.0",
"jsnice": "^0.2.0",
"ora": "^5.0.0",
"rword": "^3.1.1",
"safe-eval": "^0.4.1",
"simple-git": "^2.19.0",
"vm": "^0.1.0",
"window": "^4.2.7"
}
}