-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 908 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 908 Bytes
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
{
"name": "ringcentral-extensible",
"version": "0.1.0",
"private": true,
"description": "RingCentral Extensible SDK",
"license": "MIT",
"scripts": {
"build": "pnpm --filter @rc-ex/core run build && pnpm --filter './packages/extensions/**' -r run build",
"clean": "pnpm --filter './packages/**' -r exec rm -rf dist",
"test": "pnpm --filter @rc-ex/test exec vitest",
"check": "biome check .",
"fix": "biome check --write --unsafe .",
"upgrade-all": "pnpm update --latest --recursive",
"publish-changed": "pnpm --filter './packages/**' -r publish --access public"
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.2",
"@biomejs/biome": "^2.4.10",
"@types/node": "^25.5.2",
"publint": "^0.3.21",
"tsdown": "^0.22.0",
"typescript": "^6.0.2"
},
"engines": {
"node": "^22.18.0 || >=24.0.0"
},
"packageManager": "pnpm@10.33.1"
}