forked from alibaba/OpenSandbox
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.12 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.12 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
{
"name": "opensandbox-sdks",
"private": true,
"packageManager": "pnpm@9.15.0",
"scripts": {
"build:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... --sort run build",
"test:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... run test",
"lint:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... run lint",
"typecheck:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... run typecheck",
"clean:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... --sort run clean",
"publish:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... publish --access public --no-git-checks"
},
"pnpm": {
"overrides": {
"minimatch@^5.0.0": "5.1.8",
"rollup@^4.0.0": "4.60.2",
"picomatch@^4.0.0": "4.0.4",
"brace-expansion@^1.0.0": "1.1.13",
"brace-expansion@^2.0.0": "2.0.3",
"flatted@^3.0.0": "3.4.2"
}
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"eslint": "^9.39.4",
"globals": "^17.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.59.0"
}
}