aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-04-07 14:17:24 -0500
committerMark Powers <markppowers0@gmail.com>2020-04-07 14:17:24 -0500
commit1bffb064e2414ced5b1924a4f9fbd822a09c718e (patch)
treef0e4a0a8d9a6f4f58619329bf408fe9bf7d1dd4c /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0c45936
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "marksdatabase",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "run": "nodejs src/"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "body-parser": "^1.18.3",
+ "cookie-parser": "^1.4.4",
+ "express": "^4.16.4",
+ "jsonwebtoken": "^8.5.1",
+ "mysql2": "^1.6.5",
+ "readline-sync": "^1.4.10",
+ "sequelize": "^5.19.5",
+ "sqlite3": "^4.1.1"
+ }
+}