-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 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
45
{
"private": true,
"workspaces": [
"packages/*",
"tests/ts"
],
"scripts": {
"build": "pnpm -r run build",
"clean": "pnpm -r run clean",
"format": "pnpm -r run format",
"check:format": "pnpm -r run check:format",
"publish": "pnpm build && pnpm -r publish",
"test": "pnpm --filter ckb-testtool --filter ckb-fs-packer --filter @ckb-js-std/examples --filter ts-tests run test",
"docs": "typedoc"
},
"devDependencies": {
"@eslint/js": "~9.1.1",
"@types/jest": "~29.5.14",
"@types/node": "~22.13.10",
"copyfiles": "~2.4.1",
"esbuild": "0.24.2",
"eslint": "~9.1.1",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-prettier": "~5.1.3",
"jest": "~29.7.0",
"prettier": "~3.4.2",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.10",
"ts-jest": "~29.1.5",
"typedoc": "0.27.6",
"typedoc-material-theme": "~1.1.0",
"typescript": "~5.7.3",
"typescript-eslint": "~7.7.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"node"
],
"ignoredBuiltDependencies": [
"secp256k1"
]
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}