@fastmcp-oauth/rest-api-delegation
Version:
REST API delegation module for FastMCP OAuth framework - HTTP/JSON API integration with token exchange support
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "@fastmcp-oauth/rest-api-delegation",
"version": "1.0.0",
"description": "REST API delegation module for FastMCP OAuth framework - HTTP/JSON API integration with token exchange support",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"clean": "rimraf dist"
},
"keywords": [
"fastmcp-oauth",
"rest-api",
"http",
"json",
"delegation",
"token-exchange",
"oauth"
],
"author": "FastMCP OAuth Team",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"fastmcp-oauth": "^2.0.0",
"zod": "^3.25.76"
},
"files": [
"dist",
"README.md"
],
"devDependencies": {
"@types/node": "^22.0.0",
"rimraf": "^6.0.0",
"tsup": "^8.0.0",
"typescript": "^5.6.0"
}
}