github.com/cgcardona/r-subnet-evm@v0.1.5/contracts/package.json (about)

     1  {
     2    "name": "@avalabs/subnet-evm-contracts",
     3    "devDependencies": {
     4      "@nomiclabs/hardhat-ethers": "^2.0.2",
     5      "@nomiclabs/hardhat-waffle": "^2.0.1",
     6      "@openzeppelin/contracts": "^4.7.1",
     7      "@types/chai": "^4.2.21",
     8      "@types/mocha": "^9.0.0",
     9      "@types/node": "^16.7.1",
    10      "avalanche": "^3.8.5",
    11      "chai": "^4.3.4",
    12      "ethers": "^5.4.5",
    13      "hardhat": "2.15.0",
    14      "prettier": "^2.5.1",
    15      "prettier-plugin-solidity": "^1.0.0-beta.19",
    16      "ts-node": "^10.9.1",
    17      "typescript": "^5.1.3"
    18    },
    19    "version": "1.0.0",
    20    "description": "",
    21    "main": "dist/index.js",
    22    "types": "dist/index.d.ts",
    23    "module": "dist/index.js",
    24    "repository": {
    25      "type": "git",
    26      "url": "https://github.com/cgcardona/r-subnet-evm.git",
    27      "directory": "contracts"
    28    },
    29    "license": "BSD-3-Clause",
    30    "scripts": {
    31      "build": "rm -rf dist/ && tsc -b && npx hardhat compile --network local",
    32      "compile": "npx hardhat compile",
    33      "console": "npx hardhat console",
    34      "test": "npx hardhat test",
    35      "lint": "prettier --list-different 'contracts/**/*.sol'",
    36      "prepublish": "npm run build",
    37      "release:prepare": "rm -rf ./dist ./node_modules && npm install && npm run build"
    38    },
    39    "dependencies": {
    40      "ds-test": "https://github.com/dapphub/ds-test.git"
    41    },
    42    "engines": {
    43      "npm": ">6.0.0",
    44      "node": ">=18.15.0"
    45    }
    46  }