mirror of
https://codeberg.org/andyscott/ExerciseTracker.git
synced 2024-11-09 06:00:48 -05:00
20 lines
448 B
JSON
20 lines
448 B
JSON
|
{
|
||
|
"name": "exercises",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "exercises_controller.mjs",
|
||
|
"scripts": {
|
||
|
"start": "nodemon exercises_controller.mjs",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Andrew Scott",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"dotenv": "^16.0.1",
|
||
|
"express": "^4.18.1",
|
||
|
"express-async-handler": "^1.2.0",
|
||
|
"mongoose": "^6.3.5",
|
||
|
"nodemon": "^2.0.16"
|
||
|
}
|
||
|
}
|