UNPKG

snow-flow

Version:

Snow-Flow - AI-powered ServiceNow development CLI with 410+ MCP tools

106 lines 3.54 kB
{ "$schema": "https://json.schemastore.org/package.json", "version": "9.0.72", "name": "snow-flow", "description": "Snow-Flow - AI-powered ServiceNow development CLI with 410+ MCP tools", "type": "module", "author": "Snow-Flow Team", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/groeimetai/snow-flow.git", "directory": "packages/snowcode" }, "homepage": "https://github.com/groeimetai/snow-flow", "keywords": [ "servicenow", "ai", "cli", "mcp", "development", "automation" ], "scripts": { "typecheck": "tsgo --noEmit", "test": "bun test", "build": "bun script/build.ts", "dev": "bun run ./src/index.ts", "postinstall": "node postinstall.cjs || true", "prepublishOnly": "bun script/resolve-catalog.ts", "release": "npm version patch -m 'chore: Bump version to %s' && git push --no-verify && git push --tags --no-verify", "release:patch": "npm version patch -m 'chore: Bump version to %s' && git push --no-verify && git push --tags --no-verify", "release:minor": "npm version minor -m 'chore: Bump version to %s' && git push --no-verify && git push --tags --no-verify", "release:major": "npm version major -m 'chore: Bump version to %s' && git push --no-verify && git push --tags --no-verify" }, "bin": { "snow-flow": "./bin/snow-code.cjs", "snow-code": "./bin/snow-code.cjs", "snowcode": "./bin/snow-code.cjs" }, "exports": { "./*": "./src/*.ts" }, "devDependencies": { "@ai-sdk/amazon-bedrock": "2.2.10", "@ai-sdk/google-vertex": "3.0.16", "@octokit/webhooks-types": "7.6.1", "@parcel/watcher-darwin-arm64": "2.5.1", "@parcel/watcher-darwin-x64": "2.5.1", "@parcel/watcher-linux-arm64-glibc": "2.5.1", "@parcel/watcher-linux-x64-glibc": "2.5.1", "@parcel/watcher-win32-x64": "2.5.1", "@standard-schema/spec": "1.0.0", "@tsconfig/bun": "1.0.9", "@types/bun": "1.3.0", "@types/json-schema": "7.0.15", "@types/turndown": "5.0.5", "@types/yargs": "17.0.33", "openapi-types": "12.1.3", "typescript": "5.8.2", "@typescript/native-preview": "7.0.0-dev.20251014.1", "vscode-languageserver-types": "3.17.5", "zod-to-json-schema": "3.24.5" }, "dependencies": { "@actions/core": "1.11.1", "@actions/github": "6.0.1", "@agentclientprotocol/sdk": "0.4.9", "@clack/prompts": "1.0.0-alpha.1", "@hono/standard-validator": "0.1.5", "@hono/zod-validator": "0.7.4", "@modelcontextprotocol/sdk": "1.15.1", "@octokit/graphql": "9.0.2", "@octokit/rest": "22.0.0", "@openauthjs/openauth": "^0.4.3", "@parcel/watcher": "2.5.1", "@pierre/precision-diffs": "0.0.2-alpha.1-1", "@standard-community/standard-json": "0.3.1", "@standard-community/standard-openapi": "0.2.4", "@standard-schema/spec": "1.0.0", "@zip.js/zip.js": "2.7.62", "ai": "5.0.8", "axios": "1.7.9", "chokidar": "4.0.3", "decimal.js": "10.5.0", "diff": "8.0.2", "fuzzysort": "3.1.0", "gray-matter": "4.0.3", "hono": "4.10.2", "hono-openapi": "1.0.7", "ignore": "7.0.5", "jsonc-parser": "3.3.1", "minimatch": "10.0.3", "open": "10.1.2", "remeda": "2.26.0", "tree-sitter-bash": "0.25.0", "turndown": "7.2.0", "ulid": "3.0.1", "vscode-jsonrpc": "8.2.1", "web-tree-sitter": "0.25.9", "xdg-basedir": "5.1.0", "yargs": "17.7.2", "zod": "3.25.76", "zod-to-json-schema": "3.24.5", "tsx": "4.20.6" } }