Files
cm-app-comment/package.json

19 lines
394 B
JSON

{
"name": "cm-comment",
"version": "1.0.0",
"description": "Crossmap Commenting System",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mysql2": "^1.6.5",
"sequelize": "^5.10.1"
}
}