-
Notifications
You must be signed in to change notification settings - Fork 753
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 885 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"globals": "^17.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.52.0"
}
}