diff options
author | LarsVomMars | 2020-09-30 20:33:06 +0200 |
---|---|---|
committer | LarsVomMars | 2020-09-30 20:33:06 +0200 |
commit | 187657c3b425839c52e93bd5604f71c583ceff91 (patch) | |
tree | 7aa1dbf844925fb38f3cc1b6b75f49747a9056e8 /quotes/package.json | |
parent | c00c6f32645c8d0bc48649ba2ccacd72a51b8c96 (diff) | |
parent | a5e2f2db4ebaca6a21a81e00d7506772a7c0d59b (diff) |
Merge melvins changes
Diffstat (limited to 'quotes/package.json')
-rw-r--r-- | quotes/package.json | 17 |
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" + } +} |