-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 820 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": "particlecord",
"version": "1.0.0",
"description": "A Discord bot that monitors Particle.io events using Node.js",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js --ignore 'config.json' --ignore 'devices.json'",
"test": "node app.js test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RAK3RMAN/particlecord.git"
},
"author": "RAk3rman",
"license": "MIT",
"bugs": {
"url": "https://github.com/RAK3RMAN/particlecord/issues"
},
"homepage": "https://github.com/RAK3RMAN/particlecord#readme",
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"data-store": "^4.0.3",
"eris": "^0.13.3",
"express": "^4.17.1",
"moment": "^2.29.1",
"ora": "^5.1.0",
"uuid": "^8.3.1"
}
}