cookie-dialog-monster/packages/api/package.json

38 lines
933 B
JSON

{
"name": "api",
"version": "1.0.0",
"scripts": {
"build": "rimraf build; tsc",
"dev": "nodemon",
"lint": "eslint --fix",
"start": "NODE_PATH=build node build/index.js"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/rate-limit": "^9.1.0",
"fastify": "^4.26.2",
"node-fetch": "^2.7.0",
"ua-parser-js": "^1.0.37",
"yup": "^1.4.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.8",
"@types/node-fetch": "2.6.11",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nodemon": "^3.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5"
},
"engines": {
"node": "20.x"
}
}