{
  "name": "@aut-labs/abi-types",
  "version": "0.0.89-dev",
  "description": "ABI Contract functions",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && node ./dist/build.js && tsc",
    "run": "node ./dist/index.js"
  },
  "author": "Aut",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^13.13.52",
    "@types/prettier": "^2.4.1",
    "ethers": "^6.10.0",
    "json-schema-to-typescript": "9.0.0",
    "tslint": "^6.1.3",
    "typescript": "^4.9.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aut-Labs/abi-types.git"
  },
  "bugs": {
    "url": "https://github.com/Aut-Labs/abi-types/issues"
  },
  "homepage": "https://github.com/Aut-Labs/abi-types#readme"
}
