-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 4.7 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "@metamask/test-bundler",
"version": "1.0.0",
"description": "An EIP-4337 bundler to be used in client E2E tests",
"homepage": "https://github.com/MetaMask/test-bundler#readme",
"bugs": {
"url": "https://github.com/MetaMask/test-bundler/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/test-bundler.git"
},
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build:clean": "rm -rf dist tsconfig.tsbuildinfo && yarn build",
"build:watch": "tsc -w --preserveWatchOutput",
"clean": "rm -rf dist artifacts cache src/contract-types",
"hardhat:compile": "hardhat compile",
"lint": "yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
"lint:changelog": "auto-changelog validate --prettier",
"lint:constraints": "yarn constraints",
"lint:dependencies": "depcheck && yarn dedupe",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog",
"lint:misc": "prettier '**/*.json' '**/*.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
"setup": "yarn clean && yarn hardhat:compile && yarn build:clean",
"test": "yarn hardhat test src/bundler/test/* && yarn hardhat test src/sdk/test/*"
},
"dependencies": {
"@account-abstraction/contracts": "^0.6.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/networks": "^5.7.0",
"@ethersproject/properties": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"async-mutex": "^0.4.0",
"body-parser": "^1.20.0",
"commander": "^9.4.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"ethers": "^5.7.0",
"express": "^4.18.1",
"ow": "^0.28.1"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^2.3.1",
"@lavamoat/preinstall-always-fail": "^1.0.0",
"@metamask/auto-changelog": "^3.4.3",
"@metamask/eslint-config": "^12.2.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@openzeppelin/contracts": "^4.7.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/mocha": "^9.1.0",
"@types/node": "^16.4.12",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"body-parser": "^1.20.0",
"chai": "^4.2.0",
"depcheck": "^1.4.3",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"hardhat": "^2.11.0",
"hardhat-deploy": "^0.11.11",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^2.7.1",
"prettier-plugin-packagejson": "^2.3.0",
"solidity-coverage": "^0.7.21",
"ts-node": ">=8.0.0",
"typechain": "^8.1.0",
"typedoc": "^0.23.15",
"typescript": "^4.7.4"
},
"packageManager": "yarn@3.2.1",
"engines": {
"node": "^18.18 || >=20"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"hardhat>@nomicfoundation/ethereumjs-blockchain>level>classic-level": false,
"hardhat>@nomicfoundation/ethereumjs-tx>ethereum-cryptography>secp256k1": false,
"hardhat>keccak": false,
"hardhat>ws>bufferutil": false,
"hardhat>ws>utf-8-validate": false,
"solidity-coverage>@truffle/provider>@truffle/interface-adapter>web3": false,
"solidity-coverage>@truffle/provider>@truffle/interface-adapter>web3>web3-bzz": false,
"solidity-coverage>@truffle/provider>@truffle/interface-adapter>web3>web3-shh": false,
"solidity-coverage>@truffle/provider>web3": false,
"solidity-coverage>@truffle/provider>web3>web3-bzz": false,
"solidity-coverage>@truffle/provider>web3>web3-core>web3-core-requestmanager>web3-providers-ws>websocket>es5-ext": false,
"solidity-coverage>@truffle/provider>web3>web3-shh": false
}
}
}