|
| 1 | +{ |
| 2 | + "name": "@nomicfoundation/hardhat-test-utils", |
| 3 | + "private": true, |
| 4 | + "version": "3.0.0", |
| 5 | + "description": "Test utilities used to develop and test Hardhat", |
| 6 | + "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-test-utils", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/NomicFoundation/hardhat", |
| 10 | + "directory": "v-next/hardhat-test-utils" |
| 11 | + }, |
| 12 | + "author": "Nomic Foundation", |
| 13 | + "license": "MIT", |
| 14 | + "type": "module", |
| 15 | + "exports": { |
| 16 | + ".": "./dist/src/index.js" |
| 17 | + }, |
| 18 | + "scripts": { |
| 19 | + "lint": "pnpm prettier --check && pnpm eslint", |
| 20 | + "lint:fix": "pnpm prettier --write && pnpm eslint --fix", |
| 21 | + "eslint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", |
| 22 | + "prettier": "prettier \"**/*.{ts,js,md,json}\"", |
| 23 | + "test": "node --import tsx/esm --test --test-reporter=@ignored/hardhat-vnext-node-test-reporter \"test/*.ts\" \"test/!(fixture-projects|helpers)/**/*.ts\"", |
| 24 | + "test:only": "node --import tsx/esm --test --test-only --test-reporter=@ignored/hardhat-vnext-node-test-reporter \"test/*.ts\" \"test/!(fixture-projects|helpers)/**/*.ts\"", |
| 25 | + "pretest": "pnpm build", |
| 26 | + "build": "tsc --build .", |
| 27 | + "prepublishOnly": "pnpm build", |
| 28 | + "clean": "rimraf dist" |
| 29 | + }, |
| 30 | + "files": [ |
| 31 | + "dist/src/", |
| 32 | + "src/", |
| 33 | + "CHANGELOG.md", |
| 34 | + "LICENSE", |
| 35 | + "README.md" |
| 36 | + ], |
| 37 | + "devDependencies": { |
| 38 | + "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", |
| 39 | + "@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2", |
| 40 | + "@types/node": "^20.14.9", |
| 41 | + "@typescript-eslint/eslint-plugin": "^7.7.1", |
| 42 | + "@typescript-eslint/parser": "^7.7.1", |
| 43 | + "eslint": "8.57.0", |
| 44 | + "eslint-config-prettier": "9.1.0", |
| 45 | + "eslint-import-resolver-typescript": "^3.6.1", |
| 46 | + "eslint-plugin-import": "2.29.1", |
| 47 | + "eslint-plugin-no-only-tests": "3.1.0", |
| 48 | + "expect-type": "^0.19.0", |
| 49 | + "prettier": "3.2.5", |
| 50 | + "rimraf": "^5.0.5", |
| 51 | + "tsx": "^4.11.0", |
| 52 | + "typescript": "~5.5.0", |
| 53 | + "typescript-eslint": "7.7.1" |
| 54 | + }, |
| 55 | + "dependencies": { |
| 56 | + "@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.2", |
| 57 | + "@ignored/hardhat-vnext-errors": "workspace:^3.0.0-next.2" |
| 58 | + } |
| 59 | +} |
0 commit comments