-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 881 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 881 Bytes
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": "fstats-image-generator",
"version": "2025.4.2",
"description": "Image generator for fStats",
"main": "index.js",
"type": "commonjs",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "tsc -p tsconfig.json && node ./dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docker:build": "node docker-utils.mjs"
},
"author": "Syorito Hatsuki",
"license": "MIT",
"dependencies": {
"@fastify/caching": "^9.0.3",
"@fastify/redis": "^7.0.2",
"@fastify/swagger": "^9.5.0",
"@fastify/swagger-ui": "^5.2.2",
"@resvg/resvg-js": "^2.6.2",
"@types/node": "^22.14.1",
"axios": "^1.8.4",
"chart.js": "^4.4.9",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-node-canvas": "^5.0.0",
"dotenv": "^16.5.0",
"fastify": "^5.3.2",
"moment": "^2.30.1",
"typescript": "^5.8.3"
}
}