forked from tkhq/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.4 KB
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
{
"name": "@turnkey/oss",
"private": true,
"description": "Public monorepo for Turnkey SDK & API",
"scripts": {
"changeset": "changeset",
"build-all": "tsc --build tsconfig.mono.json",
"build:watch": "tsc --build tsconfig.mono.json --watch",
"csb:install": "corepack enable && pnpm install -r",
"csb:build": "pnpm run build-all",
"clean-all": "pnpm run -r clean",
"prettier-all:check": "prettier --check \"**/*.{css,html,js,json,md,ts,tsx,yaml,yml}\" --ignore-path ./.prettierignore",
"prettier-all:write": "prettier --write \"**/*.{css,html,js,json,md,ts,tsx,yaml,yml}\" --ignore-path ./.prettierignore",
"test-all": "pnpm run -r --no-bail test",
"typecheck-all": "pnpm run -r typecheck"
},
"license": "Apache-2.0",
"engines": {
"node": ">=16.0.0",
"npm": "^8.0.0",
"pnpm": "^8.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@jest/globals": "^29.3.1",
"@jest/types": "^29.3.1",
"@tsconfig/node16-strictest": "^1.0.4",
"@turnkey/jest-config": "workspace:*",
"@types/node": "^16.0.0",
"jest": "^29.3.1",
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
"tsx": "^3.12.7",
"typescript": "^5.1.4"
},
"packageManager": "pnpm@8.4.0",
"pnpm": {
"overrides": {
"@confio/ics23@0.6.8>protobufjs": ">=7.2.4",
"protobufjs@>=6.10.0 <7.2.4": ">=7.2.4",
"@babel/traverse": ">=7.23.2"
}
}
}