forked from screepers/screeps-grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 798 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
35
36
{
"name": "screeps-statsd",
"description": "screeps stats in graphite :3",
"version": "0.10.0",
"homepage": "https://github.com/screepers/screeps-grafana",
"author": {
"name": "Bryan Conrad",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/screepers/screeps-grafana.git"
},
"bugs": {
"url": "https://github.com/screepers/screeps-grafana/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/screepers/screeps-grafana/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"type": "module",
"engines": {
"node": ">= 14"
},
"scripts": {
"start": "node index.js"
},
"keywords": [],
"dependencies": {
"node-statsd": "^0.1.1",
"node-fetch": "^3.2.4"
}
}