forked from slowmotionghost/screepsAnnouncer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 826 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
{
"name": "screepsannouncer",
"version": "1.0.0",
"description": "this package pulls from screeps console and feeds the announcements to discord",
"engines": {
"node": "16.6"
},
"main": "index.js",
"scripts": {
"test": "test",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slowmotionghost/screepsAnnouncer.git"
},
"keywords": [
"screeps",
"discord"
],
"author": "slowmotionghost",
"license": "ISC",
"bugs": {
"url": "https://github.com/slowmotionghost/screepsAnnouncer/issues"
},
"homepage": "https://github.com/slowmotionghost/screepsAnnouncer#readme",
"dependencies": {
"axios": "^0.27.2",
"discord.js": "^13.0.1",
"dot-object": "^2.1.4",
"dotenv": "^10.0.0",
"sockjs-client": "^1.5.1"
}
}