forked from db8bot/Tabroom-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 932 Bytes
/
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
{
"name": "tabroomapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start-dev": "doppler run --command=\"node index.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AirFusion45/tabroomAPI.git"
},
"author": "AirFusion45",
"license": "MIT",
"bugs": {
"url": "https://github.com/AirFusion45/tabroomAPI/issues"
},
"homepage": "https://github.com/AirFusion45/tabroomAPI#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.5",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mongodb": "^4.2.2",
"superagent": "^6.1.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3"
}
}