UNPKG

quasiiusto

Version:

Small library for calculating carbon footprint of Ethereum smart contracts

39 lines (38 loc) 851 B
{ "name": "quasiiusto", "author": "NathanHilll", "license": "CC0-1.0", "version": "1.5.0", "description": "Small library for calculating carbon footprint of Ethereum smart contracts", "repository": { "type": "git", "url": "https://github.com/MozelleErnser/quasiiusto.git" }, "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "enim", "sequi", "aperiam", "debitis", "commodi" ], "files": [ "lib/index.*", "src/index.ts", "LICENSE.md", "README.md" ], "dependencies": { "keccak256": "^1.0.6" }, "devDependencies": { "@types/bn.js": "^5.1.0", "@types/node": "^17.0.19", "typescript": "^4.5.5" }, "bugs": { "url": "https://github.com/MozelleErnser/quasiiusto.git/issues" }, "homepage": "https://github.com/MozelleErnser/quasiiusto.git" }