@usecannon/ganache
Version:
A library and cli to create a local blockchain for fast Ethereum development.
43 lines (42 loc) • 990 B
JSON
{
"name": "level-supports",
"version": "2.1.0",
"description": "Create a manifest describing the abilities of a levelup or abstract-leveldown db",
"license": "MIT",
"scripts": {
"test": "standard && hallmark && (nyc -s node test/self.js | faucet) && nyc report",
"test-browsers-local": "airtap --coverage test/self.js",
"coverage": "nyc report -r lcovonly",
"hallmark": "hallmark --fix"
},
"files": [
"test",
"CHANGELOG.md",
"index.js"
],
"devDependencies": {
"airtap": "^4.0.3",
"airtap-playwright": "^1.0.1",
"faucet": "^0.0.1",
"hallmark": "^3.1.0",
"nyc": "^15.1.0",
"standard": "^16.0.3",
"tape": "^5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Level/supports.git"
},
"homepage": "https://github.com/Level/supports",
"keywords": [
"abstract-leveldown",
"database",
"db",
"level",
"levelup",
"manifest"
],
"engines": {
"node": ">=10"
}
}