{
  "name": "@white-matrix/blindbox-sdk",
  "version": "1.0.7",
  "main": "dist/index.js",
  "author": "Lucklyric",
  "license": "MIT",
  "scripts": {
    "prebuild": "cd .. && yarn && yarn run hardhat compile && yarn run hardhat typechain && cp ./logs-persis/deployment.json ./sdk/src/config/ && cd sdk",
    "build:clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo && rm -rf ./src/typechain/",
    "build": "yarn build:clean && yarn prebuild && yarn tsc && yarn cpy ./src/typechain/ ./dist/typechain/",
    "prepare": "yarn build",
    "test": "mocha",
    "test:cov": "nyc mocha",
    "lint": "yarn eslint \"**/*.{js,ts}\"",
    "lint:fix": "yarn eslint --fix \"**/*.{js,ts}\"",
    "format": "yarn prettier --check \"**/*.{ts,js}\"",
    "format:fix": "yarn prettier --write \"**/*.{ts,js}\""
  },
  "devDependencies": {
    "@types/mocha": "^8.2.2",
    "@white-matrix/eslint-config-ts": "^0.0.6",
    "@white-matrix/prettier-config": "^1.0.9",
    "cpy": "^8.1.2",
    "cpy-cli": "^3.1.1",
    "eslint": "^7.27.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.3",
    "lint": "^0.7.0",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.2"
  },
  "dependencies": {
    "ethers": "^5.1.4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
