{
  "name": "sealemlab-core",
  "version": "1.0.21",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "npx hardhat test",
    "clean": "npx hardhat clean",
    "compile": "npx hardhat compile",
    "build": "npm run clean && npm run compile",
    "coverage": "npm run build && npx hardhat coverage --temp artifacts --network coverage",
    "deploy": "npm run build && npx hardhat run --network testnet scripts/deploy.ts",
    "flatten": "npx hardhat flatten ./contracts/pool/STTeamPool.sol > ./flatten/pool/STTeamPool.sol"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sealemlab/sealemlab-core.git"
  },
  "files": [
    "typechain-types/"
  ],
  "author": "SEALEM-LAB",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sealemlab/sealemlab-core/issues"
  },
  "homepage": "https://github.com/sealemlab/sealemlab-core#readme",
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.5",
    "@nomiclabs/hardhat-etherscan": "^3.0.3",
    "@nomiclabs/hardhat-waffle": "^2.0.3",
    "@typechain/ethers-v5": "^9.0.0",
    "@typechain/hardhat": "^5.0.0",
    "@types/chai": "^4.3.0",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.21",
    "@types/node-schedule": "^1.3.2",
    "@types/node-telegram-bot-api": "^0.56.0",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "dotenv": "^16.0.0",
    "ethereum-waffle": "^3.4.0",
    "ethers": "^5.6.1",
    "hardhat": "^2.9.1",
    "node-schedule": "^2.1.0",
    "node-telegram-bot-api": "^0.56.0",
    "pm2": "^5.2.0",
    "solc": "^0.8.12",
    "solidity-coverage": "^0.7.20",
    "ts-generator": "^0.1.1",
    "ts-node": "^10.7.0",
    "typechain": "^7.0.1",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@chainlink/contracts": "^0.4.0",
    "@openzeppelin/contracts": "^4.5.0"
  }
}
