54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "christmas-community",
|
|
"version": "1.26.0",
|
|
"description": "Christmas lists for communities",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"postinstall": "cp patched-express-response.js node_modules/express/lib/response.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node manager.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"author": "Wingysam <wingysam+git@gmail.com>",
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wingysam/Christmas-Community"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt-nodejs": "^0.0.3",
|
|
"body-parser": "^1.18.3",
|
|
"bulmaswatch": "^0.8.1",
|
|
"chalk": "^4.1.2",
|
|
"child-process-promise": "^2.2.1",
|
|
"connect-flash": "^0.1.1",
|
|
"dompurify": "^2.3.1",
|
|
"dotenv": "^10.0.0",
|
|
"express": "4.17.1",
|
|
"express-pouchdb": "^4.2.0",
|
|
"express-session": "^1.17.2",
|
|
"get-product-name": "1",
|
|
"jsdom": "^17.0.0",
|
|
"lodash": "^4.17.20",
|
|
"marked": "^3.0.3",
|
|
"memdown": "^6.0.0",
|
|
"mkdirp": "^1.0.4",
|
|
"moment": "^2.29.1",
|
|
"nanoid": "^3.1.25",
|
|
"passport": "^0.4.0",
|
|
"passport-local": "^1.0.0",
|
|
"pouchdb": "^7.2.2",
|
|
"pug": "^3.0.2",
|
|
"session-pouchdb-store": "^0.4.1",
|
|
"u64": "^1.0.1",
|
|
"yes-no": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"nodemon": "^2.0.12"
|
|
}
|
|
}
|