@disco/has-many
Version:
Add has-many support to disco model drivers
41 lines (40 loc) • 987 B
JSON
{
"name": "@disco/has-many",
"version": "1.0.0",
"description": "Add has-many support to disco model drivers",
"author": "Stephen Belanger <admin@stephenbelanger.com> (http://stephenbelanger.com/)",
"license": "MIT",
"main": "index.js",
"scripts": {
"precoverage": "npm run test",
"coverage": "nyc report --reporter=lcov",
"lint": "standard",
"pretest": "npm run lint",
"test": "nyc tap test.js"
},
"keywords": [
"corm",
"model",
"orm",
"relation",
"relational",
"relationships",
"has-many"
],
"homepage": "https://github.com/discorm/has-many#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/discorm/has-many.git"
},
"bugs": {
"url": "https://github.com/discorm/has-many/issues"
},
"devDependencies": {
"@disco/base-driver": "^1.0.0",
"@disco/disco": "^1.0.0",
"is-subset": "^0.1.1",
"nyc": "^15.0.0",
"standard": "^14.3.1",
"tap": "^14.10.5"
}
}