-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1018 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
41
42
{
"name": "allcpp-advanced",
"version": "1.0.0",
"description": "This project was bootstrapped with Fastify-CLI.",
"main": "app.ts",
"packagemanager": "pnpm@8.4.0",
"scripts": {
"dev": "tsx watch server.ts",
"build": "tsc && node dist/server.js",
"format": "prettier --write config.ts server.ts src/",
"start": "tsx server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/autoload": "^5.7.1",
"@fastify/cors": "^8.2.1",
"@fastify/sensible": "^5.2.0",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"date-and-time": "^3.0.0",
"fastify": "4.10.2",
"fastify-plugin": "^4.5.0",
"qs": "^6.11.1",
"toml": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@types/qs": "^6.9.7",
"ajv": "^8.12.0",
"fastify-cli": "^5.7.1",
"fastify-tsconfig": "^1.0.1",
"prettier": "^2.8.8",
"tsx": "^3.12.7",
"typescript": "^5.0.4"
},
"engines": {
"node": "^18",
"pnpm": "^8"
}
}