2026-04-05 21:09:33 -05:00
|
|
|
{
|
|
|
|
|
"name": "@trustgraph/mcp",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"scripts": {
|
2026-05-12 08:06:58 -05:00
|
|
|
"build": "bunx --bun tsc",
|
2026-04-05 21:09:33 -05:00
|
|
|
"dev": "tsc --watch",
|
|
|
|
|
"clean": "rm -rf dist",
|
2026-06-02 08:59:53 -05:00
|
|
|
"test": "bunx --bun vitest run --passWithNoTests --exclude=dist/**"
|
2026-04-05 21:09:33 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@trustgraph/base": "workspace:*",
|
2026-04-05 22:44:45 -05:00
|
|
|
"@trustgraph/client": "workspace:*",
|
2026-06-06 10:33:10 -05:00
|
|
|
"@effect/platform-bun": "4.0.0-beta.78",
|
2026-06-11 06:29:29 -05:00
|
|
|
"@effect/platform-node": "4.0.0-beta.78",
|
|
|
|
|
"effect": "4.0.0-beta.78"
|
2026-04-05 21:09:33 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-06 10:33:10 -05:00
|
|
|
"@effect/vitest": "4.0.0-beta.78",
|
2026-04-05 22:44:45 -05:00
|
|
|
"@types/node": "^22.0.0",
|
2026-04-05 21:09:33 -05:00
|
|
|
"typescript": "^5.8.0",
|
2026-05-12 08:06:58 -05:00
|
|
|
"vitest": "^4.1.6"
|
2026-04-05 21:09:33 -05:00
|
|
|
}
|
|
|
|
|
}
|