{
  "name": "jcc-moac-abi",
  "version": "0.1.8",
  "description": "Decoder and encoder for the MOAC ABI and decode events from MOAC transactions",
  "main": "lib/abi.js",
  "types": "./lib/abi.d.ts",
  "unpkg": "dist/jcc-moac-abi.min.js",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "deploy": "./publish.sh",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "test": "npm run test:node",
    "test:node": "tsc && nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --timeout=3000 test/*.spec.js",
    "audit": "npm audit --omit=dev",
    "lint": "eslint src/**/*.ts",
    "watch:lint": "gulp dev",
    "compile": "./compile.sh",
    "pretty": "prettier --write {src,test}/**/*.{js,ts}"
  },
  "author": "JCCDex",
  "license": "MIT",
  "dependencies": {
    "ethers": "^6.13.5",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@babel/cli": "^7.27.0",
    "chain3": "^0.1.23",
    "@babel/core": "^7.27.0",
    "@babel/preset-env": "^7.27.0",
    "@types/lodash": "^4.17.16",
    "@types/node": "^22.15.3",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "babelify": "^10.0.0",
    "browserify": "^17.0.1",
    "chai": "^5.2.0",
    "coveralls": "^3.1.1",
    "cross-env": "^7.0.3",
    "eslint": "^9.26.0",
    "gulp": "^4.0.2",
    "gulp-shell": "^0.8.0",
    "husky": "^9.1.7",
    "mocha": "^11.2.2",
    "nyc": "^17.1.0",
    "prettier": "^3.5.3",
    "pretty-quick": "^4.1.1",
    "sinon": "^19.0.5",
    "typescript": "^5.8.3"
  },
  "overrides": {
    "bn.js": "^5.2.1",
    "underscore": "^1.13.7",
    "crypto-js": "^4.2.0",
    "elliptic": "^6.6.1",
    "semver": "^7.7.1",
    "minimist": "^1.2.8",
    "path-to-regexp": "^0.1.12",
    "qs": "^6.14.0",
    "tough-cookie": "^4.1.4",
    "node-fetch": "^2.7.0",
    "axios": "^1.8.4",
    "follow-redirects": "^1.15.9",
    "ws": "^8.18.2"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JCCDex/jcc-moac-abi.git"
  },
  "keywords": [
    "moac",
    "abi",
    "decoder",
    "encoder",
    "transaction-event"
  ],
  "bugs": {
    "url": "https://github.com/JCCDex/jcc-moac-abi/issues"
  },
  "homepage": "https://github.com/JCCDex/jcc-moac-abi#readme",
  "nyc": {
    "check-coverage": true,
    "per-file": true,
    "lines": 90,
    "statements": 90,
    "functions": 99,
    "branches": 90
  },
  "files": [
    "lib",
    "dist"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "sideEffects": false
}
