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.

49 lines
1.2 KiB

6 months ago
{
"name": "p01centralcontrol",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"directories": {
"test": "test"
},
"imports": {
"#root/*": "./*",
"#config": "./config/index.js",
"#tools/*": "./tools/*",
"#routes/*": "./routes/*",
"#plugins/*": "./plugins/*",
"#task/*": "./src/task/*",
"#workers/*": "./src/workers/*",
"#protocol/*": "./src/protocol/*",
"#processes/*": "./src/processes/*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js production",
"dev": "nodemon app.js dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/jwt": "^8.0.0",
"@fastify/rate-limit": "^9.1.0",
"@fastify/redis": "^6.1.1",
"@fastify/sensible": "^5.5.0",
"@fastify/view": "^8.2.0",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ejs": "^3.1.9",
"fastify": "^4.25.2"
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nodemon": "^3.0.2",
"pino-pretty": "^10.3.1",
"prettier": "^3.0.3"
}
}