{
  "name": "@zebec-protocol/plutus-sdk",
  "version": "1.0.2",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": "git@github.com:Zebec-protocol/plutus-sdk.git",
  "author": "Zebec | Roshan Shrestha | Ashish Sapkota",
  "license": "MIT",
  "dependencies": {
    "ethers": "5.7.2"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn format && yarn clean && tsc",
    "build:typechain": "typechain --target ethers-v5 --out-dir src/contract './abis/*.json'",
    "clean": "rimraf ./dist",
    "start": "yarn format && ts-node src",
    "format": "prettier --write .",
    "gen:typedoc": "typedoc",
    "test:single": "cross-env SDK_ENV=test mocha --bail --timeout=3000000 --check-leaks -r ts-node/register"
  },
  "devDependencies": {
    "@ethersproject/abi": "5.0.0",
    "@ethersproject/providers": "5.0.0",
    "@typechain/ethers-v5": "^11.0.0",
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.3.1",
    "chai": "^4.3.7",
    "cross-env": "^7.0.3",
    "dotenv": "^16.3.1",
    "mocha": "^10.2.0",
    "prettier": "^2.8.8",
    "rimraf": "^5.0.1",
    "ts-node": "^10.9.1",
    "typechain": "^8.2.0",
    "typedoc": "^0.24.8",
    "typescript": "^5.1.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
