UNPKG

@exodus/ethereumjs-common

Version:
71 lines (70 loc) 2.06 kB
{ "name": "@exodus/ethereumjs-common", "version": "2.4.0-exodus.6", "description": "Resources common to all Ethereum implementations", "license": "MIT", "keywords": [ "ethereum", "ethereumjs", "constants", "parameters", "genesis", "networks", "bootstrap" ], "files": [ "dist/**/*.json", "dist/**/*.js" ], "main": "dist/index.js", "scripts": { "build": "../../config/cli/ts-build.sh", "prepublishOnly": "npm run clean && npm run build && npm run test", "clean": "rm -Rf ./dist && rm -Rf ./dist.browser", "coverage": "../../config/cli/coverage.sh", "format": "ethereumjs-config-format", "format:fix": "ethereumjs-config-format-fix", "tsc": "ethereumjs-config-ts-compile", "lint": "../../config/cli/lint.sh", "lint:fix": "../../config/cli/lint-fix.sh", "tape": "tape -r ts-node/register", "test": "npm run test:node", "test:node": "tape -r ts-node/register ./tests/*.spec.ts", "test:browser": "karma start karma.conf.js", "docs:build": "typedoc --options typedoc.js" }, "dependencies": { "crc-32": "^1.2.0", "@exodus/ethereumjs-util": "^7.1.0-exodus.6" }, "devDependencies": { "@types/node": "^11.13.4", "@types/tape": "^4.13.0", "eslint": "^6.8.0", "karma": "^6.3.2", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^2.1.0", "karma-tap": "^4.2.0", "karma-typescript": "^5.5.1", "nyc": "^14.0.0", "prettier": "^2.0.5", "tape": "^4.10.1", "ts-node": "^8.8.2", "typedoc": "^0.21.5", "typescript": "^3.9.3" }, "repository": { "type": "git", "url": "https://github.com/ethereumjs/ethereumjs-monorepo.git" }, "homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common#readme", "bugs": { "url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+common%22" }, "maintainers": [ { "name": "Holger Drewes", "email": "Holger.Drewes@gmail.com" } ] }