{
  "name": "@ruleos/core-engine-sdk",
  "version": "0.0.5",
  "description": "",
  "main": "lib/index.js",
  "module": "lib.esm/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "lib",
    "lib.esm",
    "dist",
    "typechain",
    "artifacts/contracts/interface",
    "artifacts/contracts/V3"
  ],
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.5",
    "@nomiclabs/hardhat-etherscan": "^3.0.1",
    "@nomiclabs/hardhat-waffle": "^2.0.2",
    "@openzeppelin/contracts-upgradeable": "^4.3.3",
    "@openzeppelin/hardhat-upgrades": "^1.12.0",
    "@typechain/ethers-v5": "^7.2.0",
    "@typechain/hardhat": "^2.3.1",
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "@types/node": "^12.20.46",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "@webpack-cli/generators": "^3.0.1",
    "buffer": "^6.0.3",
    "chai": "^4.3.6",
    "colors": "^1.4.0",
    "dotenv": "^10.0.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.4.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-promise": "^5.2.0",
    "ethereum-waffle": "^3.4.0",
    "ethers": "^5.5.4",
    "hardhat": "^2.8.4",
    "hardhat-gas-reporter": "^1.0.8",
    "html-webpack-plugin": "^5.5.0",
    "js-conditional-compile-loader": "^1.0.16",
    "mocha": "^10.0.0",
    "prettier": "^2.5.1",
    "prettier-plugin-solidity": "^1.0.0-beta.13",
    "project-path": "0.0.2",
    "rlp": "^2.2.6",
    "solhint": "^3.3.7",
    "solidity-coverage": "^0.7.20",
    "ts-loader": "^9.4.2",
    "ts-node": "^10.5.0",
    "typechain": "^5.2.0",
    "typescript": "^4.9.5",
    "webpack": "^5.77.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.13.2",
    "workbox-webpack-plugin": "^6.5.4"
  },
  "dependencies": {
    "@cos/chain-hub-beta": "^0.0.3",
    "@makerdao/multicall": "^0.12.0",
    "@nomiclabs/buidler": "1.4.8",
    "@openzeppelin/contracts": "^4.3.2",
    "@openzeppelin/contracts-upgradeable": "^4.6.0",
    "aes-js": "^3.1.2",
    "class-transformer": "^0.5.1",
    "csv-parser": "^3.0.0",
    "eth-revert-reason": "^1.0.3",
    "lodash": "^4.17.21",
    "prb-math": "^2.4.3",
    "reflect-metadata": "^0.1.13"
  },
  "scripts": {
    "compile": "npx hardhat compile && npx hardhat syncTypes",
    "build": "npm run build:cjs && npm run build:esm && npm run build:dev && npm run build:prod",
    "build:cjs": "tsc --build ./tsconfig.json",
    "build:esm": "tsc --build ./tsconfig.esm.json",
    "build:dev": "webpack --progress",
    "build:prod": "webpack --node-env=production --progress",
    "watch": "webpack --watch",
    "serve": "webpack serve"
  },
  "publishConfig": {
    "access": "public"
  }
}
