monkeytype/backend/package.json
Bruce Berrios 345740db5f
Separate backend and frontend dependencies (#2441) by Bruception
* Add request validation to user endpoints

* Remove tag id log

* Remove verbs from endpoints

* Remove old code

* Remove uid

* Fix

* Remove name from URI

* Rename utils

* Fix

* Move prettier

* Update gulp file

* Add additional scripts

* Update package-lock

* Update contributing.md

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-02-08 20:33:41 +01:00

33 lines
727 B
JSON

{
"name": "monkeytype-backend",
"version": "1.0.0",
"license": "GPL-3.0",
"private": true,
"scripts": {
"start:dev": "nodemon --watch ./ ./server.js"
},
"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": "5.3.0",
"firebase-admin": "9.11.0",
"helmet": "4.6.0",
"joi": "17.6.0",
"lodash": "4.17.21",
"mongodb": "3.6.9",
"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"
}
}