Files
cm-app-rest/package.json

24 lines
571 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",
"emoji-regex": "^8.0.0",
"express": "^4.17.1",
"express-logging": "^1.1.1",
"hex-to-array-buffer": "^1.1.0",
"html-entities": "^1.2.1",
"logops": "^2.1.1",
"mysql2": "^1.6.5",
"sequelize": "^5.10.1"
}
}