hyperdb-helper
Version:
A wee little helper cli for working with hyperdb schemas
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "hyperdb-helper",
"version": "2.0.4",
"description": "A wee little helper cli for working with hyperdb schemas",
"scripts": {
"fmt": "prettier . --write"
},
"bin": {
"hyperdb-helper": "bin/cli.js"
},
"type": "module",
"imports": {
"path": {
"bare": "bare-path",
"default": "fs"
},
"fs/*": {
"bare": "bare-fs/*",
"default": "fs/*"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandtcormorant/hyperdb-helper.git"
},
"keywords": [
"hyperdb",
"hyperbee",
"hypercore"
],
"author": "brandtcormorant",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/brandtcormorant/hyperdb-helper/issues"
},
"homepage": "https://github.com/brandtcormorant/hyperdb-helper#readme",
"dependencies": {
"bare-path": "^3.0.0",
"hyperdb": "^4.6.0",
"hyperschema": "^1.3.3",
"mri": "^1.2.0",
"string-dedent": "^3.0.1"
},
"devDependencies": {
"corestore": "^6.18.4",
"prettier": "^3.4.2",
"prettier-config-standard": "^7.0.0"
}
}