-
- Downloads
backend
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "wmo_backend", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"start": "node index.js", | |||
"watch": "nodemon index.js", | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "Matias Meri", | |||
"license": "ISC", | |||
"dependencies": { | |||
"express": "^4.17.1", | |||
"nodemon": "^2.0.7" | |||
} | |||
} |
Please register or sign in to comment