mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-13 19:16:51 +08:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "monkeytype-backend",
|
|
"version": "1.0.0",
|
|
"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",
|
|
"dev": "nodemon --watch build/server.js ./build/server.js",
|
|
"start:dev": "concurrently \"npm run watch\" \"npm run dev\""
|
|
},
|
|
"engines": {
|
|
"node": "16.13.2",
|
|
"npm": "8.1.2"
|
|
},
|
|
"dependencies": {
|
|
"cors": "2.8.5",
|
|
"cron": "1.8.2",
|
|
"dotenv": "10.0.0",
|
|
"express": "4.17.1",
|
|
"express-rate-limit": "6.2.1",
|
|
"firebase-admin": "9.11.0",
|
|
"helmet": "4.6.0",
|
|
"joi": "17.6.0",
|
|
"lodash": "4.17.21",
|
|
"mongodb": "4.4.0",
|
|
"node-fetch": "2.6.7",
|
|
"node-object-hash": "2.3.10",
|
|
"nodemon": "2.0.7",
|
|
"path": "0.12.7",
|
|
"simple-git": "2.45.1",
|
|
"string-similarity": "4.0.4",
|
|
"ua-parser-js": "0.7.28",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "2.8.12",
|
|
"@types/cron": "1.7.3",
|
|
"@types/lodash": "4.14.178",
|
|
"@types/mongodb": "4.0.7",
|
|
"@types/node": "17.0.18",
|
|
"@types/uuid": "8.3.4"
|
|
}
|
|
}
|