aboutsummaryrefslogtreecommitdiff
path: root/quotes/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'quotes/package.json')
-rw-r--r--quotes/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/quotes/package.json b/quotes/package.json
new file mode 100644
index 0000000..036eb45
--- /dev/null
+++ b/quotes/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "quotes",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "MIT",
+ "dependencies": {
+ "dotenv": "^8.2.0",
+ "eslint": "^7.10.0",
+ "express": "^4.17.1",
+ "mariadb": "^2.4.2"
+ }
+}