-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 788 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 788 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
{
"name": "rdawp-bot",
"version": "1.0.0",
"description": "Bot to manage RdAWP CS:GO group",
"main": "index.js",
"scripts": {
"watch": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniloaf/rdawp-bot.git"
},
"author": "RdAWP",
"license": "ISC",
"bugs": {
"url": "https://github.com/daniloaf/rdawp-bot/issues"
},
"homepage": "https://github.com/daniloaf/rdawp-bot#readme",
"dependencies": {
"dotenv": "^16.0.1",
"mongoose": "^6.3.3",
"nodemon": "^2.0.16",
"telebot": "^1.4.1",
"uuid": "^8.3.2"
},
"prettier": {
"trailingComma": "es5",
"semi": false,
"max-len": 120,
"printWidth": 120,
"tabWidth": 2,
"arrowParens": "avoid"
}
}