You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

28 lines
584 B

{
"name": "matze-backend2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"watch": {
"dev": "*.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node .",
"watch": "npm-watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mysql/xdevapi": "^8.0.16",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-fileupload": "^1.1.4",
"mongodb": "^3.2.4",
"mongoose": "^5.5.7",
"mysql": "^2.17.1",
"npm-watch": "^0.6.0"
}
}