diff options
Diffstat (limited to 'quotes/package.json')
-rw-r--r-- | quotes/package.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/quotes/package.json b/quotes/package.json deleted file mode 100644 index 036eb45..0000000 --- a/quotes/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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" - } -} |