ethairballoons
Version:
A strictly typed ORM library for Ethereum blockchain
62 lines (61 loc) • 1.33 kB
JSON
{
"name": "ethairballoons",
"version": "1.4.7",
"description": "A strictly typed ORM library for Ethereum blockchain",
"main": "lib/index.js",
"scripts": {
"test": "nyc mocha --check-leaks test/test.js --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petrosDemetrakopoulos/ethairballoons"
},
"bugs": {
"url": "https://github.com/petrosDemetrakopoulos/ethairballoons/issues"
},
"keywords": [
"ethereum",
"eth",
"ether",
"blockchain",
"web3",
"ganache",
"model",
"ORM",
"data",
"datastore",
"permanent",
"storage",
"crypto",
"cryptocurrencies",
"persistent",
"schema",
"backend",
"db",
"database",
"utilities",
"cryptocurrency"
],
"author": "Petros Demetrakopoulos",
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/psdeme"
},
"dependencies": {
"handlebars": "^4.7.7",
"solc": "^0.8.17",
"web3": "^1.8.0"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"ganache": "^7.4.3",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
}
}