facebug/package.json
2023-10-04 09:55:38 +02:00

37 lines
912 B
JSON

{
"name": "facebug",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
"start": "node ./lib/app.js",
"lint:fix": "eslint . --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.18",
"@types/mssql": "^9.1.1",
"@types/node": "^20.7.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"dependencies": {
"@types/mysql2": "github:types/mysql2",
"chalk": "^5.3.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"mysql2": "^3.6.1",
"pino": "^6.14.0",
"pino-pretty": "^10.2.0"
},
"type": "module"
}