-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1003 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
37
38
39
40
{
"name": "rs-dataapi",
"version": "1.0",
"description": "",
"type": "module",
"imports": {
"#jagex3/*": "./src/jagex3/*",
"#rsdata/*": "./src/rsdata/*"
},
"scripts": {
"start": "node src/rsdata/web/app.js",
"dev": "nodemon --ignore data --ignore dump src/rsdata/web/app.js"
},
"dependencies": {
"@fastify/autoload": "^5.7.1",
"@fastify/caching": "^8.3.0",
"@fastify/cookie": "^8.3.0",
"@fastify/cors": "^8.3.0",
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^7.6.1",
"@fastify/rate-limit": "^8.0.1",
"@fastify/session": "^10.3.0",
"@fastify/view": "^7.4.1",
"@jimp/png": "^0.22.8",
"@napi-rs/lzma": "^1.3.1",
"axios": "^1.4.0",
"dotenv": "^16.1.4",
"ejs": "^3.1.9",
"fastify": "^4.18.0",
"graphql": "^16.7.1",
"jimp": "^0.22.8",
"mercurius": "^13.0.0",
"seek-bzip": "^2.0.0",
"tar": "^6.1.15",
"tar-stream": "^3.1.5"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}