UNPKG

@onehilltech/dab

Version:

a complex data builder that uses simple definitions

55 lines (54 loc) 1.39 kB
{ "name": "@onehilltech/dab", "version": "3.0.0", "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": { "@faker-js/faker": "^8.4.1", "base-object": "^1.4.0", "bcryptjs": "^2.4.3", "commander": "^11.1.0", "debug": "^4.3.4", "fs-extra": "^11.2.0", "jsonfile": "^6.1.0", "lodash": "^4.17.21", "path": "^0.12.7", "pluralize": "^8.0.0", "uuid": "^9.0.1" }, "devDependencies": { "chai": "^4.4.1", "coveralls": "^3.0.0", "istanbul": "^0.4.5", "mocha": "^5.1.0", "mongoose": "^8.2.1" }, "bin": { "dab": "./bin/dab" }, "engines": { "node": ">=16.20.1" }, "gitHead": "a0a9e88a45045d26d3da999f83304b831a920f7f" }