forked from sentioxyz/sentio-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.43 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
{
"private": true,
"scripts": {
"cleanjest": "pnpm jest --clearCache",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm",
"postinstall": "git config --local include.path ../.github/.gitconfig && git config core.hooksPath .github/.githooks",
"lint": "ls-lint && eslint ."
},
"resolutions": {
"@grpc/grpc-js": "^1.8.21",
"ethers": "npm:@sentio/[email protected]",
"superstruct": "^1.0.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@ls-lint/ls-lint": "^2.1.0",
"@types/chai": "^4.3.6",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"chai": "^4.3.8",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.7.0",
"json": "^11.0.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-package-json": "^2.8.0",
"prettier-plugin-sh": "^0.13.1",
"semantic-release": "^19.0.5",
"semantic-release-monorepo": "^7.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16"
}
}