{
  "name": "@madeindreams/erclib",
  "version": "1.1.8",
  "description": "ERC library for blockchain development",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "coverage": " nyc report --reporter=text-lcov | coveralls",
    "build-test": "nyc --reporter lcov --reporter nyan mocha ./test/index.js --reporter nyc",
    "test": "nyc --reporter=lcov --reporter=text-lcov  --all mocha "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Madeindreams/erclib.git"
  },
  "keywords": [
    "erclib",
    "blockchain",
    "tool",
    "dev",
    "defi",
    "idecentralize.finance"
  ],
  "author": "Ian Decentralize",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Madeindreams/erclib/issues"
  },
  "homepage": "https://github.com/Madeindreams/erclib#readme",
  "dependencies": {
    "babel-register": "^6.26.0",
    "chai": "^4.3.4",
    "coveralls": "^3.1.1",
    "mocha": "^9.1.3",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.1.0"
  },
  "directories": {
    "test": "test"
  },
  "devDependencies": {}
}
