2025-03-30 10:14:50 +03:00
|
|
|
{
|
2025-11-28 15:18:33 +03:00
|
|
|
"name": "@upstash/context7",
|
|
|
|
|
"private": true,
|
2025-05-28 12:31:03 +03:00
|
|
|
"version": "1.0.0",
|
2025-11-28 15:18:33 +03:00
|
|
|
"description": "Context7 monorepo - Documentation tools and SDKs",
|
|
|
|
|
"workspaces": [
|
|
|
|
|
"packages/*"
|
|
|
|
|
],
|
2025-03-30 10:14:50 +03:00
|
|
|
"scripts": {
|
2025-11-28 15:18:33 +03:00
|
|
|
"build": "pnpm -r run build",
|
2025-11-28 16:16:30 +03:00
|
|
|
"build:sdk": "pnpm --filter @upstash/context7-sdk build",
|
|
|
|
|
"build:mcp": "pnpm --filter @upstash/context7-mcp build",
|
2025-12-10 01:45:01 +03:00
|
|
|
"build:ai-sdk": "pnpm --filter @upstash/context7-tools-ai-sdk build",
|
|
|
|
|
"typecheck": "pnpm -r run typecheck",
|
2025-11-28 15:18:33 +03:00
|
|
|
"test": "pnpm -r run test",
|
2025-11-28 16:16:30 +03:00
|
|
|
"test:sdk": "pnpm --filter @upstash/context7-sdk test",
|
2025-12-10 01:45:01 +03:00
|
|
|
"test:tools-ai-sdk": "pnpm --filter @upstash/context7-tools-ai-sdk test",
|
2025-11-28 15:18:33 +03:00
|
|
|
"clean": "pnpm -r run clean && rm -rf node_modules",
|
|
|
|
|
"lint": "pnpm -r run lint",
|
|
|
|
|
"lint:check": "pnpm -r run lint:check",
|
|
|
|
|
"format": "pnpm -r run format",
|
|
|
|
|
"format:check": "pnpm -r run format:check",
|
|
|
|
|
"release": "pnpm build && changeset publish",
|
|
|
|
|
"release:snapshot": "changeset version --snapshot canary && pnpm build && changeset publish --tag canary --no-git-tag"
|
2025-03-30 10:14:50 +03:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-04-23 20:02:53 +03:00
|
|
|
"url": "git+https://github.com/upstash/context7.git"
|
2025-03-30 10:14:50 +03:00
|
|
|
},
|
2025-04-19 14:53:04 +03:00
|
|
|
"keywords": [
|
|
|
|
|
"modelcontextprotocol",
|
|
|
|
|
"mcp",
|
2025-09-15 10:53:06 +03:00
|
|
|
"context7",
|
|
|
|
|
"vibe-coding",
|
|
|
|
|
"developer tools",
|
|
|
|
|
"documentation",
|
|
|
|
|
"context"
|
2025-04-19 14:53:04 +03:00
|
|
|
],
|
2025-04-17 18:32:08 +03:00
|
|
|
"author": "abdush",
|
2025-03-30 10:14:50 +03:00
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
2025-04-23 20:02:53 +03:00
|
|
|
"url": "https://github.com/upstash/context7/issues"
|
2025-03-30 10:14:50 +03:00
|
|
|
},
|
2025-04-23 20:02:53 +03:00
|
|
|
"homepage": "https://github.com/upstash/context7#readme",
|
2025-03-30 10:14:50 +03:00
|
|
|
"devDependencies": {
|
2025-11-28 15:18:33 +03:00
|
|
|
"@changesets/cli": "^2.29.7",
|
2025-03-30 10:14:50 +03:00
|
|
|
"@types/node": "^22.13.14",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.28.0",
|
2025-09-02 14:55:08 +03:00
|
|
|
"eslint": "^9.34.0",
|
2025-03-30 10:14:50 +03:00
|
|
|
"eslint-config-prettier": "^10.1.1",
|
|
|
|
|
"eslint-plugin-prettier": "^5.2.5",
|
2025-09-02 14:55:08 +03:00
|
|
|
"prettier": "^3.6.2",
|
2025-03-30 10:14:50 +03:00
|
|
|
"typescript": "^5.8.2",
|
|
|
|
|
"typescript-eslint": "^8.28.0"
|
|
|
|
|
}
|
|
|
|
|
}
|