59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "openclaw-multi-session-plugins",
|
|
"version": "2026.6.1",
|
|
"description": "OpenClaw plugin for per-session workspace isolation and scoped XWorkmate artifact handling",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"openclaw",
|
|
"xworkmate",
|
|
"artifacts",
|
|
"gateway",
|
|
"plugin",
|
|
"multi-session",
|
|
"session-isolation",
|
|
"logical-isolation"
|
|
],
|
|
"homepage": "https://github.com/x-evor/openclaw-multi-session-plugins#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/x-evor/openclaw-multi-session-plugins.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/x-evor/openclaw-multi-session-plugins/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"README.md",
|
|
"openclaw.plugin.json",
|
|
"dist/**/*.js",
|
|
"dist/**/*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit",
|
|
"pack:check": "pnpm build && npm pack --dry-run",
|
|
"prepack": "pnpm build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"openclaw": "2026.5.28",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./dist/index.js"
|
|
]
|
|
}
|
|
}
|