Skip to main content
Glama
firebase
by firebase
package.json1.87 kB
{ "private": true, "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm install && pnpm build:libs && pnpm build:docsnippets && pnpm build:testapps", "build:libs": "pnpm build:core && pnpm build:genkit && pnpm build:noncore ", "build:core": "pnpm -r --workspace-concurrency 1 -F core -F ai -F flow build", "build:genkit": "pnpm -F genkit build", "build:noncore": "pnpm -r --workspace-concurrency -1 -F \"./plugins/**\" build", "build:testapps": "pnpm -r --workspace-concurrency -1 -F \"./testapps/**\" build", "build:docsnippets": "cd doc-snippets && pnpm install && pnpm build", "pack:all": "(mkdir ../dist || true) && npm-run-all pack:core pack:ai pack:genkit pack:plugins", "pack:core": "cd core && pnpm pack --pack-destination ../../dist", "pack:ai": "cd ai && pnpm pack --pack-destination ../../dist", "pack:genkit": "cd genkit && pnpm pack --pack-destination ../../dist", "pack:plugins": "for i in plugins/*/; do cd $i && pnpm pack --pack-destination ../../../dist && cd ../..; done", "test:all": "pnpm -r --workspace-concurrency -1 -F \"./(ai|core|plugins|genkit)/**\" test && pnpm test:esm", "test:esm": "cd testapps/esm && pnpm test", "gendocs": "pnpm build && pnpm typedoc", "typedoc-html": "typedoc --sortEntryPoints false --options typedoc.json" }, "devDependencies": { "npm-run-all": "^4.1.5", "only-allow": "^1.2.1", "tsx": "^4.20.3", "typedoc": "^0.27.9", "typedoc-github-theme": "^0.2.1", "typedoc-plugin-markdown": "^4.6.4", "typedoc-plugin-zod": "^1.4.2", "typescript": "^4.9.5" }, "pnpm": { "overrides": { "cross-spawn": "^7.0.5" } }, "packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server