-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 807 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 807 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
{
"name": "leetcode-site-generator",
"version": "0.2.0",
"main": "./src/download.js",
"bin": {
"leetcode-site": "./src/cli.js"
},
"repository": "https://github.com/beizhedenglong/leetcode-site-generator.git",
"author": "Victor Wang <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"commander": "^2.20.0",
"enquirer": "^2.3.0",
"graphql-request": "^1.8.2",
"inquirer": "^7.3.3",
"node-fs-extra": "^0.8.2",
"ora": "^3.4.0",
"puppeteer": "^5.3.0",
"puppeteer-extra": "^3.1.15",
"puppeteer-extra-plugin-stealth": "^2.6.1",
"request": "^2.88.0",
"shelljs": "^0.8.3"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}