feat: add claude code plugin support (#1293)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
23
package-lock.json
generated
23
package-lock.json
generated
@@ -8270,6 +8270,10 @@
|
||||
"resolved": "packages/build-config",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@tm/claude-code-plugin": {
|
||||
"resolved": "packages/claude-code-plugin",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@tm/cli": {
|
||||
"resolved": "apps/cli",
|
||||
"link": true
|
||||
@@ -27056,6 +27060,25 @@
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
},
|
||||
"packages/claude-code-plugin": {
|
||||
"name": "@tm/claude-code-plugin",
|
||||
"license": "MIT WITH Commons-Clause",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
"tsx": "^4.20.4",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
},
|
||||
"packages/claude-code-plugin/node_modules/@types/node": {
|
||||
"version": "20.19.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.20.tgz",
|
||||
"integrity": "sha512-2Q7WS25j4pS1cS8yw3d6buNCVJukOTeQ39bAnwR6sOJbaxvyCGebzTMypDFN82CxBLnl+lSWVdCCWbRY6y9yZQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~6.21.0"
|
||||
}
|
||||
},
|
||||
"packages/tm-core": {
|
||||
"name": "@tm/core",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user