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
18 lines (18 loc) · 693 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "opensandbox-sdks",
"private": true,
"packageManager": "pnpm@9.15.0",
"scripts": {
"build:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... --sort run build",
"lint:js": "pnpm -r --filter @alibaba-group/opensandbox-code-interpreter... run lint",
"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"
}
}