{ "name": "database-error", "version": "2.0.2", "description": "Turns errors from database libraries into more useful error objects", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/node-database-error.git" }, "keywords": [ "database", "pg", "postgresql", "errors", "error handling", "knex", "normalization" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "debug": "^4.1.1", "error-chain": "^0.1.2", "pg-error-codes": "^1.0.0" }, "devDependencies": { "@joepie91/eslint-config": "^1.1.0", "bluebird": "^3.5.1", "eslint": "^7.14.0", "knex": "^0.12.9", "pg": "^6.4.2" } }