{
  "name": "@astonic-io/astonic-bindings-ts",
  "description": "Astonic type generation and npm package deployment repo",
  "license": "GPL-3.0-or-later",
  "version": "0.2.5",
  "files": [
    "dist",
    "contracts",
    "img"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": {
    "name": "astonic-io"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/astonic-io/astonic-bindings-ts"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@ethersproject/abi": "^5.0.0",
    "@ethersproject/bytes": "^5.0.0",
    "@ethersproject/providers": "^5.0.0",
    "@typechain/ethers-v5": "^10.1.1",
    "@types/node": "18.11.9",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "ethers": "^5.1.3",
    "husky": "^8.0.0",
    "lint-staged": "^13.0.3",
    "pinst": "^3.0.0",
    "prettier": "^2.7.1",
    "typechain": "^8.1.1",
    "typescript": "^4.9.3"
  },
  "keywords": [
    "astonic",
    "planq",
    "solidity"
  ],
  "private": false,
  "scripts": {
    "lint": "yarn prettier",
    "lint:check": "yarn prettier:check",
    "prepare": "husky install",
    "prettier": "prettier --config \"./.prettierrc.yml\" --write \"**/*.{json,md,js,yml}\"",
    "prettier:check": "prettier --config \"./.prettierrc.yml\" --check \"**/*.{json,md,js,yml}\"",
    "generatetypes": "node generateTypes.js",
    "build": "tsc"
  }
}
