@fastmcp-oauth/sql-delegation
Version:
SQL delegation module for FastMCP OAuth framework - PostgreSQL and SQL Server support
51 lines (50 loc) • 1.08 kB
JSON
{
"name": "@fastmcp-oauth/sql-delegation",
"version": "1.0.0",
"description": "SQL delegation module for FastMCP OAuth framework - PostgreSQL and SQL Server 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",
"sql",
"postgresql",
"mssql",
"delegation",
"database"
],
"author": "FastMCP OAuth Team",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"fastmcp-oauth": "^2.0.0",
"mssql": "^11.0.1",
"pg": "^8.13.1",
"zod": "^3.25.76"
},
"files": [
"dist",
"README.md"
],
"devDependencies": {
"@types/mssql": "^9.1.8",
"@types/node": "^22.0.0",
"rimraf": "^6.0.0",
"tsup": "^8.0.0",
"typescript": "^5.6.0"
}
}