-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "sdks",
"version": "0.0.0",
"dependencies": {
"@babel/runtime": "7.18.9",
"@manypkg/cli": "^0.19.2",
"@semantic-release/exec": "6.0.3",
"@typescript-eslint/eslint-plugin": "^5.62",
"danger": "11.2.6",
"eslint": "^7.8.0",
"eslint-plugin-prettier": "^3.4.1",
"husky": "^8.0.3",
"semantic-release": "^20.1.0",
"semantic-release-monorepo": "7.0.5",
"syncpack": "^8.5.14",
"turbo": "1.10.16"
},
"engines": {
"node": ">=10",
"yarn": ">=3.2.3"
},
"packageManager": "yarn@3.2.3",
"private": true,
"scripts": {
"g:check:deps:mismatch": "manypkg check",
"g:build": "turbo run build",
"g:lint": "turbo run lint",
"g:release": "turbo run release --concurrency=1 --continue",
"g:test": "turbo run test",
"g:typecheck": "turbo run typecheck",
"sdk": "yarn workspace",
"postinstall": "husky"
},
"workspaces": [
"sdks/*",
"sdks/uniswapx-sdk/integration"
],
"resolutions": {
"@manypkg/cli@^0.19.2": "patch:@manypkg/cli@npm%3A0.19.2#./.yarn/patches/@manypkg-cli-npm-0.19.2-ea52ff91d4.patch"
}
}