UNPKG

@engramnet/amygdala

Version:

An Object Relational Mapping library for data store on EnGram blockchain.

61 lines 1.32 kB
{ "name": "@engramnet/amygdala", "version": "0.1.11", "description": "An Object Relational Mapping library for data store on EnGram blockchain.", "main": "lib/index.js", "scripts": { "test": "nyc mocha --check-leaks test/test.js --exit" }, "repository": { "type": "git", "url": "git+https://gitlab.com/engramnet/engram-amygdala" }, "bugs": { "url": "https://gitlab.com/engramnet/engram-amygdala/issues" }, "keywords": [ "ethereum", "eth", "ether", "blockchain", "web3", "ganache", "model", "ORM", "data", "datastore", "permanent", "storage", "crypto", "cryptocurrencies", "persistent", "schema", "backend", "db", "database", "utilities", "cryptocurrency" ], "author": "Wan Gram", "license": "MIT", "funding": { "type": "individual", "url": "https://www.buymeacoffee.com/wangram" }, "dependencies": { "handlebars": "^4.7.7", "solc": "^0.8.20", "web3": "^4.0.2" }, "devDependencies": { "chai": "^4.3.7", "eslint": "^8.44.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "ganache": "^7.8.0", "mocha": "^10.2.0", "nyc": "^15.1.0" } }