sure-backend/package.json

42 lines
1.1 KiB
JSON

{
"name": "sure-backend",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"gen-secrets": "node gen-secrets.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.silentsilas.com/silentsilas/sure-backend.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/silentsilas/sure-backend/issues"
},
"homepage": "https://github.com/silentsilas/sure-backend#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"sqlite3": "^5.1.7",
"web-push": "^3.6.7"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.10.3",
"@types/web-push": "^3.6.3",
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.2"
}
}