|
| 1 | +{ |
| 2 | + "name": "@nomicfoundation/hardhat-web3-v4", |
| 3 | + "version": "1.0.0", |
| 4 | + "author": "Nomic Foundation", |
| 5 | + "license": "MIT", |
| 6 | + "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-web3-v4", |
| 7 | + "repository": "github:nomicfoundation/hardhat", |
| 8 | + "main": "dist/src/index.js", |
| 9 | + "types": "dist/src/index.d.ts", |
| 10 | + "description": "Hardhat plugin for using Web3 4.x", |
| 11 | + "keywords": [ |
| 12 | + "ethereum", |
| 13 | + "smart-contracts", |
| 14 | + "hardhat", |
| 15 | + "hardhat-plugin", |
| 16 | + "web3", |
| 17 | + "web3.js" |
| 18 | + ], |
| 19 | + "scripts": { |
| 20 | + "lint": "yarn prettier --check && yarn eslint", |
| 21 | + "lint:fix": "yarn prettier --write && yarn eslint --fix", |
| 22 | + "eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'", |
| 23 | + "prettier": "prettier \"**/*.{js,md,json}\"", |
| 24 | + "test": "mocha --recursive \"test/**/*.ts\" --exit && node web3-lazy-object-tests/when-accessing-web3-class.js && node web3-lazy-object-tests/when-accessing-web3-object.js && node web3-lazy-object-tests/when-requiring-web3-module.js", |
| 25 | + "build": "tsc --build .", |
| 26 | + "prepublishOnly": "yarn build", |
| 27 | + "clean": "rimraf dist" |
| 28 | + }, |
| 29 | + "files": [ |
| 30 | + "dist/src/", |
| 31 | + "src/", |
| 32 | + "LICENSE", |
| 33 | + "README.md" |
| 34 | + ], |
| 35 | + "devDependencies": { |
| 36 | + "@types/chai": "^4.2.0", |
| 37 | + "@types/mocha": ">=9.1.0", |
| 38 | + "@types/node": "^16.0.0", |
| 39 | + "@typescript-eslint/eslint-plugin": "5.61.0", |
| 40 | + "@typescript-eslint/parser": "5.61.0", |
| 41 | + "chai": "^4.2.0", |
| 42 | + "chai-as-promised": "^7.1.1", |
| 43 | + "eslint": "^8.44.0", |
| 44 | + "eslint-config-prettier": "8.3.0", |
| 45 | + "eslint-plugin-import": "2.27.5", |
| 46 | + "eslint-plugin-no-only-tests": "3.0.0", |
| 47 | + "eslint-plugin-prettier": "3.4.0", |
| 48 | + "hardhat": "^2.0.0", |
| 49 | + "mocha": "^10.0.0", |
| 50 | + "prettier": "2.4.1", |
| 51 | + "rimraf": "^3.0.2", |
| 52 | + "ts-node": "^10.8.0", |
| 53 | + "typescript": "~5.0.0", |
| 54 | + "web3": "^4.0.1" |
| 55 | + }, |
| 56 | + "peerDependencies": { |
| 57 | + "hardhat": "^2.0.0", |
| 58 | + "web3": "^4.0.1" |
| 59 | + } |
| 60 | +} |
0 commit comments