-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 857 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
{
"name": "oculus-deals-spider-bot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run start-production",
"start-production": "NODE_ENV=production node src/index.js",
"start-debug": "NODE_ENV=debug node aux/update-latest-db-record.js && NODE_ENV=debug node src/index.js",
"eslint": "eslint ./",
"postinstall": "husky"
},
"keywords": [],
"author": "Sergey G",
"license": "MIT",
"dependencies": {
"@seald-io/nedb": "^4.0.4",
"config": "^3.3.11",
"dotenv": "^16.4.5",
"node-telegram-bot-api": "0.65.1",
"rollbar": "^2.26.4",
"settings-store": "^1.4.1"
},
"type": "module",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"husky": "^9.0.11"
}
}