@microfox/tool-kit
Version:
A central tool kit for parsing Open Apis into MCP servers with Oauth Handling and HITL
68 lines (67 loc) • 1.59 kB
JSON
{
"name": "@microfox/tool-kit",
"version": "1.1.22",
"description": "A central tool kit for parsing Open Apis into MCP servers with Oauth Handling and HITL",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*",
"README.md"
],
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"clean": "rm -rf dist",
"lint": "eslint \"./**/*.ts*\"",
"prettier-check": "prettier --check \"./**/*.ts*\"",
"test": "vitest",
"test:run": "vitest run"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"dependencies": {
"@ai-sdk/openai": "2.0.0-alpha.15",
"@ai-sdk/ui-utils": "1.2.11",
"@microfox/crypto-sdk": "^1.2.0",
"@microfox/types": "*",
"ai": "5.0.0-alpha.15",
"zod": "^3.25.67"
},
"devDependencies": {
"@microfox/tsconfig": "*",
"@octokit/webhooks-types": "^7.3.1",
"@types/node": "^18",
"tsup": "^8",
"typescript": "5.6.3",
"vitest": "^1.0.0"
},
"engines": {
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/microfox-ai/microfox",
"repository": {
"type": "git",
"url": "git+https://github.com/microfox-ai/microfox.git"
},
"bugs": {
"url": "https://github.com/microfox-ai/microfox/issues"
},
"keywords": [
"microfox",
"tool-kit",
"sdk",
"typescript",
"internal"
],
"author": "TheMoonDevs",
"license": "MIT"
}