{ "name": "ktchn", "version": "1.0.0", "description": "backend for recipes", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@types/dotenv": "^6.1.0", "@types/sqlite3": "^3.1.3", "dotenv": "^6.2.0", "express": "^4.16.4", "nano": "^8.0.0", "ramda": "^0.26.1", "sqlite3": "^4.0.6" }, "devDependencies": { "@types/ramda": "github:types/npm-ramda#dist" } }