forked from solana-labs/solana-web3.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 974 Bytes
/
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
{
"name": "test-config",
"version": "0.0.0",
"private": true,
"files": [
"jest-dev.config.ts",
"jest-lint.config.ts",
"jest-prettier.config.ts",
"jest-unit.config.browser.ts",
"jest-unit.config.node.ts",
"test-validator-setup.js",
"test-validator-teardown.js"
],
"peerDependencies": {
"jest": "^29.5.0",
"jest-dev-server": "^8.0.5",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock-fork": "^3.0.4",
"jest-runner-eslint": "^2.0.0",
"jest-runner-prettier": "^1.0.0",
"jest-watch-master": "^1.0.0",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^2.2.2"
},
"devDependencies": {
"@jest/types": "^29.5.0",
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"jest-dev-server": "^8.0.5",
"jest-fetch-mock-fork": "^3.0.4",
"tsconfig": "workspace:*"
}
}