{
  "name": "@gambitdao/gmx-contracts",
  "version": "1.0.6",
  "description": "",
  "module": ".dist/esm/index.js",
  "main": ".dist/cjs/index.js",
  "types": ".dist/types/index.d.ts",
  "files": [
    "/.dist",
    "/typechain",
    "/contracts/**/*.sol",
    "/artifacts/contracts/**/*.json",
    "!/contracts/mocks/**/*"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "npx hardhat test",
    "clean": "hardhat clean && tsc -b --clean",
    "compile": "hardhat compile",
    "typechain": "hardhat typechain",
    "tsc-commonjs": "tsc --outDir .dist/cjs --module CommonJS --declarationMap false --composite false --declaration false --declarationDir null",
    "build": "yarn run typechain && tsc -b && yarn run tsc-commonjs"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-etherscan": "^2.1.7",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@typechain/ethers-v5": "8.0.2",
    "@typechain/hardhat": "^3.0.0",
    "chai": "^4.3.4",
    "ethereum-waffle": "^3.4.0",
    "ethers": "^5.5.1",
    "hardhat": "^2.6.8",
    "hardhat-contract-sizer": "^2.1.1",
    "typechain": "^6.0.2",
    "typescript": "^4.5.2"
  },
  "dependencies": {
    "bn.js": "^5.2.0",
    "csv-parse": "^4.16.3"
  }
}