{ "name": "e2e", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "lint:ts": "npx eslint '**/*.{js,ts}'", "lint:ts:fix": "npx eslint --fix '**/*.{js,ts}'", "prettier": "prettier -c '**/*.{js,ts}'", "prettier:fix": "prettier -w '**/*.{js,ts}'", "test:e2e:local": "TEST_ENV=local npx jest", "test:e2e:dev": "TEST_ENV=dev npx jest --config ./jest.testnet.config.ts --bail --runInBand --testPathIgnorePatterns=restart.spec.ts", "test:e2e:sepolia": "TEST_ENV=sepolia npx jest --config ./jest.testnet.config.ts --bail --runInBand --testPathIgnorePatterns=restart.spec.ts", "postinstall": "typechain --target ethers-v6 --out-dir ./src/typechain '../contracts/local-deployments-artifacts/**/*.json'", "lint:fix": "pnpm run lint:ts:fix && pnpm run prettier:fix", "clean": "rimraf node_modules src/typechain" }, "author": "", "license": "(MIT OR Apache-2.0)", "devDependencies": { "@jest/globals": "catalog:", "@openzeppelin/upgrades-core": "1.42.1", "@typechain/ethers-v6": "catalog:", "@types/jest": "catalog:", "async-mutex": "^0.5.0", "child_process": "1.0.2", "dotenv": "catalog:", "ethers": "catalog:", "jest": "catalog:", "ts-jest": "catalog:", "typechain": "catalog:", "winston": "catalog:" } }