aboutsummaryrefslogtreecommitdiff
path: root/quotes/package.json
diff options
context:
space:
mode:
authorMarvin Borner2020-09-30 19:46:23 +0200
committerMarvin Borner2020-09-30 19:46:23 +0200
commita5e2f2db4ebaca6a21a81e00d7506772a7c0d59b (patch)
tree4c40f6b3ab27c4c03b4f061845db747016ee442a /quotes/package.json
parent4f6fe9fc1033e388c5cdf1dab6afa799547b30ef (diff)
Quote server bootstrap
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"
+ }
+}