aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6895964
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "markskitchen",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "run": "sudo nodejs src/"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "apicache": "^1.6.2",
+ "body-parser": "^1.19.0",
+ "cookie-parser": "^1.4.4",
+ "express": "^4.17.1",
+ "handlebars": "^4.7.7",
+ "jsonwebtoken": "^8.5.1",
+ "marked": "^3.0.2",
+ "minimist": ">=0.2.1",
+ "multer": "^1.4.2",
+ "mysql2": "^2.3.0",
+ "nodemailer": "^6.6.3",
+ "request": "^2.88.0",
+ "rss": "^1.2.2",
+ "sequelize": "^5.21.4",
+ "uuid": "^3.3.3"
+ }
+}