feat: remove slop.
This commit is contained in:
63
package.json
63
package.json
@@ -9,68 +9,16 @@
|
||||
"openclaw": "openclaw.mjs"
|
||||
},
|
||||
"files": [
|
||||
"assets/",
|
||||
"CHANGELOG.md",
|
||||
"dist/",
|
||||
"docs/",
|
||||
"extensions/",
|
||||
"LICENSE",
|
||||
"openclaw.mjs",
|
||||
"README-header.png",
|
||||
"README.md",
|
||||
"assets/**",
|
||||
"dist/*.js",
|
||||
"dist/*.json",
|
||||
"docs/**",
|
||||
"extensions/**",
|
||||
"git-hooks/**",
|
||||
"patches/**",
|
||||
"scripts/format-staged.js",
|
||||
"scripts/postinstall.js",
|
||||
"scripts/setup-git-hooks.js",
|
||||
"skills/**",
|
||||
"dist/acp/**",
|
||||
"dist/agents/**",
|
||||
"dist/auto-reply/**",
|
||||
"dist/browser/**",
|
||||
"dist/canvas-host/**",
|
||||
"dist/channels/**",
|
||||
"dist/cli/**",
|
||||
"dist/commands/**",
|
||||
"dist/compat/**",
|
||||
"dist/config/**",
|
||||
"dist/control-ui/**",
|
||||
"dist/cron/**",
|
||||
"dist/daemon/**",
|
||||
"dist/discord/**",
|
||||
"dist/gateway/**",
|
||||
"dist/hooks/**",
|
||||
"dist/imessage/**",
|
||||
"dist/infra/**",
|
||||
"dist/line/**",
|
||||
"dist/link-understanding/**",
|
||||
"dist/logging/**",
|
||||
"dist/macos/**",
|
||||
"dist/markdown/**",
|
||||
"dist/media-understanding/**",
|
||||
"dist/media/**",
|
||||
"dist/memory/**",
|
||||
"dist/node-host/**",
|
||||
"dist/pairing/**",
|
||||
"dist/plugin-sdk/**",
|
||||
"dist/plugins/**",
|
||||
"dist/process/**",
|
||||
"dist/providers/**",
|
||||
"dist/routing/**",
|
||||
"dist/security/**",
|
||||
"dist/sessions/**",
|
||||
"dist/shared/**",
|
||||
"dist/signal/**",
|
||||
"dist/slack/**",
|
||||
"dist/telegram/**",
|
||||
"dist/terminal/**",
|
||||
"dist/tts/**",
|
||||
"dist/tui/**",
|
||||
"dist/utils/**",
|
||||
"dist/web/**",
|
||||
"dist/whatsapp/**",
|
||||
"dist/wizard/**"
|
||||
"skills/"
|
||||
],
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
@@ -115,7 +63,6 @@
|
||||
"openclaw": "node scripts/run-node.mjs",
|
||||
"openclaw:rpc": "node scripts/run-node.mjs agent --mode rpc --json",
|
||||
"plugins:sync": "node --import tsx scripts/sync-plugin-versions.ts",
|
||||
"postinstall": "node scripts/postinstall.js",
|
||||
"prepack": "pnpm build && pnpm ui:build",
|
||||
"protocol:check": "pnpm protocol:gen && pnpm protocol:gen:swift && git diff --exit-code -- dist/protocol.schema.json apps/macos/Sources/OpenClawProtocol/GatewayModels.swift",
|
||||
"protocol:gen": "node --import tsx scripts/protocol-gen.ts",
|
||||
|
||||
Reference in New Issue
Block a user