{
  "name": "@collabland/staking-contracts",
  "version": "1.13.0",
  "description": "Staking contracts supported by Collab.Land",
  "keywords": [
    "collabland",
    "Collab.Land",
    "staking"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "npm run build:solidity && lb-tsc",
    "build:watch": "lb-tsc --watch",
    "lint": "npm run eslint && npm run prettier:check",
    "lint:fix": "npm run eslint:fix && npm run prettier:fix",
    "prettier:cli": "lb-prettier \"**/*.ts\" \"**/*.js\"",
    "prettier:check": "npm run prettier:cli -- -l",
    "prettier:fix": "npm run prettier:cli -- --write",
    "eslint": "lb-eslint --report-unused-disable-directives .",
    "eslint:fix": "npm run eslint -- --fix",
    "pretest": "npm run rebuild",
    "test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
    "posttest": "npm run lint",
    "test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
    "rebuild": "npm run clean && npm run build",
    "clean": "hardhat clean && lb-clean src/types dist *.tsbuildinfo .eslintcache",
    "build:solidity": "hardhat compile",
    "build:package": "hardhat compile",
    "postversion": "git push && git push --tags",
    "release": "npm run rebuild && npm version minor -m \"chore: update version to %s\" && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:abridged/collabland-staking-contracts.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Abridged, Inc.",
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__",
    "!*/__examples__"
  ],
  "dependencies": {
    "ethcall": "^5.0.1",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@collabland/chain": "^0.39.4",
    "@collabland/common": "^0.51.4",
    "@loopback/build": "^10.1.5",
    "@loopback/core": "^5.1.5",
    "@loopback/eslint-config": "^14.0.5",
    "@loopback/repository": "^6.1.5",
    "@loopback/testlab": "^6.1.5",
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@nomiclabs/hardhat-solhint": "^3.0.1",
    "@collabland/typechain-ethers-v5": "^11.2.0",
    "@collabland/typechain-hardhat": "^9.2.0",
    "@types/chai": "^4.3.11",
    "@types/mocha": "^10.0.6",
    "@types/node": "^16.18.68",
    "eslint": "^8.51.0",
    "ethers": "^5.7.0",
    "graphql": "^16.8.1",
    "graphql-request": "^6.1.0",
    "hardhat": "^2.19.4",
    "@collabland/typechain": "^8.4.0",
    "typescript": "~5.5.0"
  },
  "license": "MIT",
  "copyright.owner": "Abridged, Inc."
}
