{
  "name": "swap.pet-lib",
  "version": "4.3.1",
  "description": "Solidity libraries that are shared across swap.pet contracts",
  "main": "index.js",
  "files": [
    "contracts",
    "interfaces",
    "!contracts/mocks"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "ganache": "ganache-cli -e 10000",
    "test": "node scripts/test.js",
    "htest": "npx hardhat test",
    "gas": "npx truffle test",
    "coverage": "npx truffle run coverage",
    "compile": "npx truffle compile",
    "hcompile": "npx hardhat compile",
    "migrate": "node scripts/migrate.js",
    "network": "node scripts/network.js",
    "mocha": "mocha --exit --recursive",
    "build": "npx npm run compile",
    "clean": "npx hardhat clean",
    "mfork": "npx node scripts/forkMainnet.js",
    "tfork": "npx node scripts/testOnForkMainnet.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swappet/swap.pet-lib.git"
  },
  "keywords": [
    "Swap.Pet",
    "SwapPet",
    "SPTC",
    "SPTE",
    "SPTF",
    "SPT",
    "pUSD",
    "ERC20"
  ],
  "author": "swap.pet@pm.me",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/swappet/swap.pet-lib/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "homepage": "https://github.com/swappet/swap.pet-lib#readme",
  "dependencies": {
    "@openzeppelin/contracts": "^3.2.0"
  },
  "devDependencies": {
    "@nomiclabs/buidler": "^1.4.8",
    "@nomiclabs/hardhat-truffle5": "^2.0.0",
    "@nomiclabs/hardhat-web3": "^2.0.0",
    "@openzeppelin/test-environment": "^0.1.5",
    "@openzeppelin/test-helpers": "^0.5.9",
    "@truffle/hdwallet-provider": "^1.1.1",
    "bip39": "^3.0.2",
    "chai": "^4.2.0",
    "dotenv": "^8.2.0",
    "eth-gas-reporter": "^0.2.19",
    "hardhat": "^2.0.2",
    "inquirer": "^7.3.3",
    "mocha": "^8.1.3",
    "solidity-coverage": "^0.7.11",
    "swap.pet-sdk": "^1.1.0",
    "web3": "^1.3.0"
  }
}
