UNPKG

@coorpacademy/baucis

Version:

Build scalable REST APIs using the open source tools and standards you already know.

140 lines (139 loc) 3.08 kB
{ "name": "@coorpacademy/baucis", "version": "4.0.0", "author": { "name": "William Riley-Land", "email": "william@kun.io", "url": "http://kun.io" }, "homepage": "https://github.com/wprl/baucis", "scripts": { "test": "mocha --exit --timeout 5000", "cover": "nyc --cwd ../.. npm test", "lint": "eslint ." }, "main": "index.js", "files": [ "src", "index.js", "README.md", "package.json" ], "repository": { "type": "git", "url": "https://github.com/Coorpacademy/baucis.git", "directory": "packages/baucis" }, "bugs": { "url": "https://github.com/Coorpacademy/baucis/issues/new" }, "license": "MIT", "description": "Build scalable REST APIs using the open source tools and standards you already know.", "keywords": [ "REST", "RESTful", "API", "express", "mongoose", "schema", "schemata", "model", "mde", "mongo", "rfc2616", "web", "http" ], "dependencies": { "@coorpacademy/baucis-json": "^2.0.0", "@coorpacademy/baucis-links": "^2.0.0", "lodash": "^4.17.21", "mississippi": "^4.0.0", "mongoose-legacy-pluralize": "^2.0.0", "pluralize": "^8.0.0", "pump": "^3.0.2", "rest-error": "^1.3.1", "semver": "^7.7.2" }, "peerDependencies": { "express": "^4.12.0", "mongoose": ">=8" }, "devDependencies": { "@coorpacademy/eslint-plugin-coorpacademy": "^9.0.1", "body-parser": "^1.18.3", "chai": "^4.2.0", "codecov": "^3.2.0", "eslint": "^6.6.0", "express": "^4.16.4", "mocha": "^10.1.0", "mongoose": "^8.14.2", "nyc": "^15.1.0", "parse-links": "^0.1.0", "passport": "^0.6.0", "passport-local": "^1.0.0", "request": "^2.88.0", "through": "^2.3.8" }, "maintainers": [ { "name": "AdrieanKhisbe", "url": "https://github.com/AdrieanKhisbe" } ], "contributors": [ { "name": "eguneys", "url": "https://github.com/eguneys" }, { "name": "feychenie", "url": "https://github.com/feychenie" }, { "name": "pirhoo", "url": "https://github.com/pirhoo" }, { "name": "neverfox", "url": "https://github.com/neverfox" }, { "name": "lukaszfiszer", "url": "https://github.com/lukaszfiszer" }, { "name": "lcalvy", "url": "https://github.com/lcalvy" }, { "name": "stemey", "url": "https://github.com/stemey" }, { "name": "Illniyar", "url": "https://github.com/Illniyar" }, { "name": "fanfuzion", "url": "https://github.com/fanfuzion" }, { "name": "felipefdl", "url": "https://github.com/felipefdl" }, { "name": "andyzickler", "url": "https://github.com/andyzickler" }, { "name": "nathanredblur", "url": "https://github.com/nathanredblur" }, { "name": "AdrieanKhisbe", "url": "https://github.com/AdrieanKhisbe" } ], "gitHead": "34b8e9091bb2c4d78f25a649d1bb6d59e0e42801" }