aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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..94f0150
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "bingo-api",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "start": "nodemon ./index.js"
+ },
+ "keywords": [],
+ "author": "awesomepandapig",
+ "license": "GPL-3.0",
+ "dependencies": {
+ "body-parser": "^1.20.0",
+ "cors": "^2.8.5",
+ "dotenv": "^16.0.0",
+ "ejs": "^3.1.6",
+ "express": "^4.17.3",
+ "express-validator": "^6.14.0",
+ "node-fetch": "^2.6.7",
+ "nodemon": "^2.0.15"
+ }
+}