You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
hutao/package.json

42 lines
961 B

{
"name": "hutao",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"test": "node -v",
"start": "node app.js",
"dev": "nodemon app.js"
},
"imports": {
"#/*": "./*",
"#common/*": "./src/common/*",
"#plugins/*": "./src/plugins/*",
"#databaseModel/*": "./src/databaseModel/*",
"#routes/*": "./src/routes/*"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.1.0"
},
"dependencies": {
"@fastify/jwt": "^8.0.0",
"@fastify/rate-limit": "^9.1.0",
"@fastify/redis": "^6.1.1",
"@fastify/sensible": "^5.5.0",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"chalk": "^5.3.0",
"config": "^3.3.11",
"destr": "^2.0.3",
"fastify": "^4.26.2",
"fastify-plugin": "^4.5.1",
"mysql2": "^3.9.2",
"sequelize": "^6.37.1",
"winston": "^3.12.0",
"winston-daily-rotate-file": "^5.0.0"
}
}