52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "@composio/cli-local-tools",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Local tool and toolkit declarations for the Composio CLI.",
|
|
"type": "module",
|
|
"main": "dist/index.mjs",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ComposioHQ/composio.git",
|
|
"directory": "ts/packages/cli-local-tools"
|
|
},
|
|
"license": "ISC",
|
|
"files": [
|
|
"dist",
|
|
"local-tools-binaries"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"clean": "git clean -xdf node_modules",
|
|
"build": "tsdown",
|
|
"build:beeper-imessage": "bun run ./scripts/build-beeper-imessage-binaries.ts",
|
|
"build:peekaboo": "bun run ./scripts/build-peekaboo-binaries.ts",
|
|
"build:composio-native-ui": "bun run ./scripts/build-composio-native-ui-binaries.ts",
|
|
"build:local-tool-binaries": "bun run ./scripts/build-local-tool-binaries.ts",
|
|
"test": "vitest run",
|
|
"typecheck": "pnpm exec tsgo --noEmit -p ./tsconfig.src.json",
|
|
"typecheck:tsc": "tsc --noEmit -p ./tsconfig.src.json"
|
|
},
|
|
"dependencies": {
|
|
"@composio/core": "workspace:*",
|
|
"@modelcontextprotocol/sdk": "catalog:",
|
|
"extract-zip": "^2.0.1",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.0",
|
|
"chrome-devtools-mcp": "1.5.0",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|