mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"name": "monkeytype-backend",
|
|
"version": "1.14.3",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"watch": "tsc --build --watch",
|
|
"clean": "tsc --build --clean",
|
|
"start": "npm run build && node ./build/server.js",
|
|
"test": "jest --verbose --collect-coverage --runInBand",
|
|
"dev": "ts-node-dev --transpile-only --inspect -- ./src/server.ts",
|
|
"knip": "knip",
|
|
"docker-db-only": "docker compose -f docker/compose.db-only.yml up",
|
|
"docker": "docker compose -f docker/compose.yml up"
|
|
},
|
|
"engines": {
|
|
"node": "18.19.1",
|
|
"npm": "10.2.4"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "5.0.1",
|
|
"bullmq": "1.91.1",
|
|
"chalk": "4.1.2",
|
|
"cors": "2.8.5",
|
|
"cron": "2.3.0",
|
|
"dotenv": "10.0.0",
|
|
"express": "4.17.3",
|
|
"express-rate-limit": "6.2.1",
|
|
"firebase-admin": "12.0.0",
|
|
"helmet": "4.6.0",
|
|
"ioredis": "4.28.5",
|
|
"joi": "17.6.0",
|
|
"lodash": "4.17.21",
|
|
"lru-cache": "7.10.1",
|
|
"mjml": "4.15.0",
|
|
"mongodb": "6.3.0",
|
|
"mustache": "4.2.0",
|
|
"node-fetch": "2.6.7",
|
|
"nodemailer": "6.9.9",
|
|
"nodemon": "3.0.1",
|
|
"object-hash": "3.0.0",
|
|
"path": "0.12.7",
|
|
"prom-client": "14.0.1",
|
|
"rate-limiter-flexible": "2.3.7",
|
|
"simple-git": "3.16.0",
|
|
"string-similarity": "4.0.4",
|
|
"swagger-stats": "0.99.5",
|
|
"swagger-ui-express": "4.3.0",
|
|
"ua-parser-js": "0.7.28",
|
|
"uuid": "9.0.1",
|
|
"winston": "3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@shelf/jest-mongodb": "4.2.0",
|
|
"@types/bcrypt": "5.0.0",
|
|
"@types/cors": "2.8.12",
|
|
"@types/cron": "1.7.3",
|
|
"@types/express": "4.17.21",
|
|
"@types/ioredis": "4.28.10",
|
|
"@types/jest": "27.5.0",
|
|
"@types/lodash": "4.14.178",
|
|
"@types/mustache": "4.2.2",
|
|
"@types/node": "18.19.1",
|
|
"@types/node-fetch": "2.6.1",
|
|
"@types/nodemailer": "6.4.7",
|
|
"@types/object-hash": "2.2.1",
|
|
"@types/string-similarity": "4.0.0",
|
|
"@types/supertest": "2.0.12",
|
|
"@types/swagger-stats": "0.95.4",
|
|
"@types/swagger-ui-express": "4.1.3",
|
|
"@types/ua-parser-js": "0.7.36",
|
|
"@types/uuid": "8.3.4",
|
|
"ioredis-mock": "7.4.0",
|
|
"jest": "29.7.0",
|
|
"jest-environment-node": "29.7.0",
|
|
"supertest": "6.2.3",
|
|
"ts-jest": "29.1.2",
|
|
"ts-node-dev": "2.0.0",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|