-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 781 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 781 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
34
35
36
{
"name": "-queue-bot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"dev": "nodemon bot.js",
"start": "node bot.js",
"test": "node test.js",
"lint": "npx eslint *.js test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dimdim28/-queue-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dimdim28/-queue-bot/issues"
},
"homepage": "https://github.com/Dimdim28/-queue-bot#readme",
"dependencies": {
"dotenv": "^16.0.3",
"mongodb": "^4.10.0",
"node-telegram-bot-api": "^0.59.0",
"nodemon": "^2.0.20"
},
"devDependencies": {
"eslint": "^8.32.0"
},
"engines": {
"node": "17.0",
"npm": "8.1"
}
}