-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.33 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "dofus-scraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"new": "cross-env MODE=new ts-node src/index.ts",
"existing": "cross-env MODE=existing ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cornayy/dofus-scraper.git"
},
"author": "Cornayy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cornayy/dofus-scraper/issues"
},
"homepage": "https://github.com/Cornayy/dofus-scraper#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.21",
"@types/inquirer": "^7.3.0",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.3",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"inquirer": "^7.3.3",
"mongodb": "^3.5.9",
"typeorm": "^0.2.25"
}
}