-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 951 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
34
{
"name": "ceramic-sdk",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm --filter \"@ceramic-sdk/*\" build:types && turbo run build:js",
"docs": "typedoc",
"lint": "biome check --write apps/* packages/* tests/*",
"lint:ci": "biome ci packages/* tests/*",
"test": "turbo run test -- --passWithNoTests",
"test:ci": "turbo run test:ci -- --passWithNoTests"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@jest/globals": "^29.7.0",
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.24",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"del-cli": "^5.1.0",
"jest": "^29.7.0",
"tsx": "^4.19.0",
"turbo": "^2.1.2",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.7",
"ts-essentials": "^10.0.2",
"typescript": "^5.6.2"
},
"pnpm": {
"overrides": {}
}
}