UNPKG

@onehilltech/dab

Version:

a complex data builder that uses simple definitions

51 lines (50 loc) 1.31 kB
{ "name": "@onehilltech/dab", "version": "2.7.3", "description": "a complex data builder that uses simple definitions", "main": "./lib", "scripts": { "test": "env NODE_ENV=test mocha --recursive tests/lib --reporter spec", "cover": "env NODE_ENV=test istanbul cover _mocha --recursive tests/lib", "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/onehilltech/dab.git" }, "keywords": [ "mongoose", "mongodb", "data", "model" ], "author": "One Hill Technologies, LLC", "license": "Apache-2.0", "bugs": { "url": "https://github.com/onehilltech/dab/issues" }, "homepage": "https://github.com/onehilltech/dab", "dependencies": { "base-object": "^1.4.0", "bcrypt": "^4.0.1", "commander": "^2.15.1", "debug": "^3.1.0", "faker": "^4.1.0", "fs-extra": "^5.0.0", "jsonfile": "^4.0.0", "lodash": "^4.17.11", "path": "^0.12.7", "pluralize": "^7.0.0", "uuid": "^8.1.0" }, "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.0", "istanbul": "^0.4.5", "mocha": "^5.1.0" }, "bin": { "dab": "./bin/dab" }, "gitHead": "1d70d09758832e3f36e8b748b3bde0125f1190c5" }