57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "xworkmate-artifacts",
|
|
"version": "0.1.7",
|
|
"description": "XWorkmate artifact export plugin for OpenClaw Gateway",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"openclaw",
|
|
"xworkmate",
|
|
"artifacts",
|
|
"gateway",
|
|
"plugin"
|
|
],
|
|
"homepage": "https://github.com/x-evor/xworkmate-artifacts#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/x-evor/xworkmate-artifacts.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/x-evor/xworkmate-artifacts/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/"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"openclaw": "2026.5.3-1",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./dist/index.js"
|
|
]
|
|
}
|
|
}
|