XWWitPark/witpark_server/package.json
2024-09-12 08:10:00 +08:00

34 lines
838 B
JSON

{
"name": "witpark_server",
"version": "1.0.0",
"description": "This project was bootstrapped with Fastify-CLI.",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node --test test/**/*.test.js",
"start": "fastify start -l info app.js",
"dev": "fastify start -w -l info -P app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/autoload": "^5.0.0",
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/jwt": "^8.0.1",
"@fastify/sensible": "^5.0.0",
"@fastify/session": "^10.9.0",
"@fastify/static": "^7.0.4",
"fastify": "^4.26.1",
"fastify-cli": "^6.1.1",
"fastify-plugin": "^4.0.0",
"i": "^0.3.7",
"ioredis": "^5.4.1",
"js-md5": "^0.8.3",
"string-random": "^0.1.3"
}
}