Skip to main content
Glama
package.json1.84 kB
{ "name": "s2-sdk-typescript", "version": "0.0.0-monorepo", "private": true, "type": "module", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/s2-streamstore/s2-sdk-typescript" }, "homepage": "https://s2.dev", "workspaces": [ "packages/*" ], "scripts": { "build": "bun run build:core && bun run build:patterns", "build:core": "bun run --cwd packages/streamstore build", "build:patterns": "bun run --cwd packages/patterns build", "test": "vitest --run", "test:core": "bun run --cwd packages/streamstore test", "test:patterns": "bun run --cwd packages/patterns test", "check": "biome check && bun run build:core && bun run --cwd packages/streamstore check && bun run --cwd packages/patterns check", "check:patterns": "bun run --cwd packages/patterns check", "check:write": "biome check --write", "format": "biome format --write", "version-with-docs": "changeset version && bun run gen:version && bun run docs && git add docs", "gen:version": "bun run --cwd packages/streamstore gen:version", "release": "changeset publish", "gen:openapi": "openapi-ts", "gen:proto": "protoc --ts_out packages/streamstore/src/generated/proto --ts_opt ts_nocheck --proto_path s2-protos s2-protos/s2/v1/s2.proto && mv packages/streamstore/src/generated/proto/s2/v1/s2.ts packages/streamstore/src/generated/proto/s2.ts", "docs": "typedoc" }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", "@biomejs/biome": "2.2.5", "@changesets/cli": "^2.29.7", "@hey-api/openapi-ts": "^0.86.12", "@protobuf-ts/plugin": "^2.11.1", "@types/bun": "^1.3.2", "@types/debug": "^4.1.12", "openapi-typescript": "^7.10.1", "protoc": "^33.1.0", "typedoc": "^0.28.14", "vitest": "^4.0.10" } }

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/s2-streamstore/s2-sdk-typescript'

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