mirror of
https://github.com/linuxserver/budge.git
synced 2026-01-15 01:21:43 +08:00
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "BudgE",
|
|
"version": "0.0.8",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "concurrently \"nodemon\" \"nodemon -x tsoa spec-and-routes\"",
|
|
"build": "tsoa spec-and-routes && tsc",
|
|
"start": "node build/src/server.js",
|
|
"test": "jest",
|
|
"migrate": "npx ts-node ./node_modules/typeorm/cli.js migration:run"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
"@babel/plugin-proposal-decorators": "^7.16.4",
|
|
"@babel/plugin-transform-runtime": "^7.16.4",
|
|
"@babel/preset-env": "^7.16.4",
|
|
"@babel/preset-typescript": "^7.16.0",
|
|
"@babel/runtime": "^7.16.3",
|
|
"@types/body-parser": "^1.19.1",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.13",
|
|
"@types/helmet": "^4.0.0",
|
|
"@types/jest": "^27.0.3",
|
|
"@types/mongoose": "^5.11.96",
|
|
"@types/morgan": "^1.9.3",
|
|
"@types/node-geocoder": "^3.24.3",
|
|
"@types/swagger-ui-express": "^4.1.3",
|
|
"@types/winston": "^2.4.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
"@typescript-eslint/parser": "^5.3.0",
|
|
"concurrently": "^6.3.0",
|
|
"eslint": "^8.2.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"jest": "^27.3.1",
|
|
"nodemon": "^2.0.14",
|
|
"prettier": "^2.4.1",
|
|
"ts-jest": "^27.0.7",
|
|
"ts-node-dev": "^1.1.8",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/jsonwebtoken": "^8.5.5",
|
|
"@types/luxon": "^2.0.9",
|
|
"bcrypt": "^5.0.1",
|
|
"body-parser": "^1.19.0",
|
|
"class-validator": "^0.13.1",
|
|
"cookie-parser": "^1.4.5",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"helmet": "^4.6.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"luxon": "^2.3.0",
|
|
"morgan": "^1.10.0",
|
|
"mysql": "^2.18.1",
|
|
"pg": "^8.7.1",
|
|
"sqlite3": "^5.0.2",
|
|
"swagger-ui-express": "^4.1.6",
|
|
"ts-node": "^10.7.0",
|
|
"tsoa": "^3.14.0",
|
|
"typeorm": "^0.2.38",
|
|
"winston": "^3.3.3"
|
|
}
|
|
}
|