-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.54 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "netsblox-services",
"version": "1.1.2",
"description": "Server hosting the official NetsBlox RPCs and Services. ",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "ENV=test npx mocha --recursive test/"
},
"author": "Brian Broll",
"license": "ISC",
"dependencies": {
"@rgrove/parse-xml": "^2.0.2",
"ask-smapi-sdk": "^1.3.0",
"aws-sdk": "^2.1217.0",
"axios": "^0.21.1",
"bad-words": "^3.0.4",
"cache-manager": "^2.0.0",
"cache-manager-fs": "^1.0.7",
"canvas": "^2.11.2",
"chalk": "^2.4.2",
"color-hash": "^1.0.3",
"command-exists": "^1.2.8",
"cookie-parser": "^1.4.4",
"doctrine": "^2.0.0",
"express": "^4.18.1",
"fast-csv": "^4.3.6",
"fs-extra": "^11.1.0",
"geolib": "^2.0.18",
"gnuplot": "^0.3.1",
"jimp": "^0.16.1",
"json-query": "^2.2.2",
"md5": "^2.3.0",
"moment": "^2.29.4",
"mongodb": "^3.7.3",
"mongoose": "^5.10.15",
"moviedb": "^0.2.7",
"nexrad-level-2-data": "^2.0.0",
"nexrad-level-2-plot": "^1.1.0",
"node-geocoder": "^3.16.0",
"node-html-parser": "^5.1.0",
"node-oauth1": "^1.3.0",
"node-schedule": "^1.3.2",
"nodehun": "^3.0.2",
"nodemailer": "=2.6.4",
"rdfxml-streaming-parser": "^1.4.0",
"request-promise": "^4.2.4",
"snap2js": "1.6.0",
"sphericalmercator": "^1.0.5",
"temp-units-conv": "^0.1.1",
"tone": "^14.7.77",
"turf": "^3.0.14",
"uuid": "^9.0.0"
},
"devDependencies": {
"mocha": "^10.1.0",
"supertest": "^6.3.3"
}
}