-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 741 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 741 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
{
"name": "leetcode-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/run.js",
"build": "tsc"
},
"author": "Chu Zhu",
"license": "ISC",
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.0",
"@types/yargs": "^15.0.3",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.7.5"
},
"dependencies": {
"aws-sdk": "^2.614.0",
"axios": "^0.19.2",
"axios-cookiejar-support": "^0.5.1",
"dotenv": "^8.2.0",
"lodash": "^4.17.15",
"log4js": "^6.1.1",
"rxjs": "^6.5.4",
"simple-git": "^1.131.0",
"tough-cookie": "^3.0.1",
"yargs": "^15.1.0"
}
}