|
4 | 4 | "author": "Nomic Labs LLC",
|
5 | 5 | "license": "SEE LICENSE IN EACH PACKAGE'S LICENSE FILE",
|
6 | 6 | "private": true,
|
7 |
| - "workspaces": { |
8 |
| - "packages": [ |
9 |
| - "packages/*" |
10 |
| - ], |
11 |
| - "nohoist": [ |
12 |
| - "**/find-up", |
13 |
| - "**/find-up/**", |
14 |
| - "**/@nomiclabs/truffle-contract", |
15 |
| - "**/@nomiclabs/truffle-contract/**" |
16 |
| - ] |
17 |
| - }, |
18 | 7 | "devDependencies": {
|
19 | 8 | "@changesets/cli": "^2.16.0",
|
20 | 9 | "prettier": "2.4.1",
|
21 | 10 | "shelljs": "^0.8.5",
|
22 |
| - "typescript": "~5.0.0", |
23 |
| - "wsrun": "^5.2.2" |
| 11 | + "typescript": "~5.0.0" |
24 | 12 | },
|
25 | 13 | "scripts": {
|
| 14 | + "preinstall": "npx only-allow pnpm", |
26 | 15 | "build": "tsc --build packages/hardhat-core packages/hardhat-ethers packages/hardhat-verify packages/hardhat-solhint packages/hardhat-solpp packages/hardhat-truffle4 packages/hardhat-truffle5 packages/hardhat-vyper packages/hardhat-web3 packages/hardhat-web3-legacy packages/hardhat-chai-matchers packages/hardhat-network-helpers packages/hardhat-toolbox packages/hardhat-foundry packages/hardhat-ledger packages/hardhat-viem packages/hardhat-toolbox-viem",
|
27 | 16 | "watch": "tsc --build --watch packages/hardhat-core/src packages/hardhat-ethers packages/hardhat-verify packages/hardhat-solhint packages/hardhat-solpp packages/hardhat-truffle4 packages/hardhat-truffle5 packages/hardhat-vyper packages/hardhat-web3 packages/hardhat-web3-legacy packages/hardhat-chai-matchers packages/hardhat-network-helpers packages/hardhat-toolbox packages/hardhat-foundry packages/hardhat-ledger packages/hardhat-viem packages/hardhat-toolbox-viem",
|
28 |
| - "clean": "wsrun --exclude-missing clean", |
| 17 | + "clean": "pnpm run --recursive clean", |
29 | 18 | "test": "node scripts/run-tests.js",
|
30 |
| - "lint": "wsrun --exclude-missing --stages lint && yarn prettier --check", |
31 |
| - "lint:fix": "wsrun --exclude-missing --stages lint:fix && yarn prettier --write", |
| 19 | + "lint": "pnpm run --recursive lint && pnpm prettier --check", |
| 20 | + "lint:fix": "pnpm run --recursive lint:fix && pnpm prettier --write", |
32 | 21 | "prettier": "prettier *.md \"{docs,.github}/**/*.{md,yml,ts,js}\" \"scripts/**/*.js\""
|
33 | 22 | },
|
34 |
| - "dependencies": {}, |
35 |
| - "resolutions": { |
36 |
| - "**/antlr4": "4.7.1" |
37 |
| - } |
| 23 | + "dependencies": {} |
38 | 24 | }
|
0 commit comments