{ "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": { "express": "^4.16.4", "ramda": "^0.26.1" }, "devDependencies": { "@types/ramda": "github:types/npm-ramda#dist" } }