generated from web3/web3.js-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.92 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
{
"name": "@chainsafe/web3-plugin-eip4337",
"version": "0.1.1",
"description": "web3-plugin-eip4337 plugin",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/web3/web3.js-plugin-eip4337#readme",
"bugs": {
"url": "https://github.com/web3/web3.js-plugin-eip4337/issues"
},
"scripts": {
"lint": "eslint '{src,test}/**/*.ts'",
"build": "tsc --project tsconfig.build.json",
"test": "jest --config=./test/unit/jest.config.js",
"pre-black-box": "./scripts/black_box_test_helpers.sh startBackgroundAndPublish",
"test:black-box": "yarn pre-black-box && ./scripts/black_box_test_helpers.sh runTests",
"test:coverage": "jest --config=./test/unit/jest.config.js --coverage=true --coverage-reporters=text",
"test:e2e:chrome": "cypress run --headless --browser chrome",
"test:e2e:firefox": "cypress run --headless --browser firefox",
"test:e2e:electron": "cypress run --headless --browser electron",
"test:all": "yarn && yarn build && yarn test && yarn run test:e2e:firefox && yarn run test:black-box"
},
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:web3/web3.js-plugin-eip4337.git"
},
"devDependencies": {
"@blocto/sdk": "^0.7.2",
"@chainsafe/eslint-config": "^2.0.0",
"@cypress/webpack-preprocessor": "^5.15.5",
"@types/jest": "^29.5.2",
"@types/node": "^20.2.6",
"cypress": "^12.3.0",
"cypress-jest-adapter": "^0.1.1",
"eslint": "8",
"jest": "^29.5.0",
"jest-extended": "^4.0.0",
"npm-auth-to-token": "^1.0.0",
"process": "^0.11.10",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"web3": "^4.2.0",
"web3-eth-abi": "^4.1.3",
"web3-utils": "^4.0.7",
"web3-validator": "^2.0.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"peerDependencies": {
"web3": ">= 4.2.0"
}
}