Files
cm-app-melon/package.json

19 lines
391 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": {
"express": "^4.17.1",
"jsdom": "^15.1.1",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.0"
}
}