christmas/package.json
Wingy 0d7d73744c
Refactor: move src to folder (#63)
* move all source code to src/

* replace express response patch with middleware

* fix readdir not looking in src

* fix stray redirect

* add base to manifest

* remove secret.txt from src/config/secret

* add src/config/secret/secret.txt to gitignore
2022-12-10 12:04:07 -05:00

54 lines
1.4 KiB
JSON

{
"name": "christmas-community",
"version": "1.30.1",
"description": "Christmas lists for communities",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/manager.js",
"dev": "nodemon"
},
"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",
"cookie-parser": "^1.4.6",
"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"
}
}