|
1 | 1 | { |
2 | | - "name": "@offworld/sdk", |
3 | | - "version": "0.3.3", |
4 | | - "description": "Core SDK for Offworld - clone repos, generate references, sync with offworld.sh", |
5 | | - "keywords": [ |
6 | | - "ai", |
7 | | - "ai-agents", |
8 | | - "anthropic", |
9 | | - "claude", |
10 | | - "clone", |
11 | | - "coding-agent", |
12 | | - "convex", |
13 | | - "dependencies", |
14 | | - "git", |
15 | | - "llm", |
16 | | - "offworld", |
17 | | - "opencode", |
18 | | - "reference", |
19 | | - "sdk", |
20 | | - "skill", |
21 | | - "sync" |
22 | | - ], |
23 | | - "homepage": "https://offworld.sh", |
24 | | - "bugs": { |
25 | | - "url": "https://github.com/oscabriel/offworld/issues" |
26 | | - }, |
27 | | - "license": "MIT", |
28 | | - "author": "Oscar Gabriel", |
29 | | - "repository": { |
30 | | - "type": "git", |
31 | | - "url": "https://github.com/oscabriel/offworld.git", |
32 | | - "directory": "packages/sdk" |
33 | | - }, |
34 | | - "files": [ |
35 | | - "dist" |
36 | | - ], |
37 | | - "type": "module", |
38 | | - "exports": { |
39 | | - ".": { |
40 | | - "types": "./dist/index.d.mts", |
41 | | - "import": "./dist/index.mjs" |
42 | | - }, |
43 | | - "./sync": { |
44 | | - "types": "./dist/sync/index.d.mts", |
45 | | - "import": "./dist/sync/index.mjs" |
46 | | - }, |
47 | | - "./ai": { |
48 | | - "types": "./dist/ai/index.d.mts", |
49 | | - "import": "./dist/ai/index.mjs" |
50 | | - }, |
51 | | - "./internal": { |
52 | | - "types": "./dist/internal.d.mts", |
53 | | - "import": "./dist/internal.mjs" |
54 | | - }, |
55 | | - "./convex/api": { |
56 | | - "types": "./dist/convex/_generated/api.d.ts", |
57 | | - "import": "./dist/convex/_generated/api.js" |
58 | | - }, |
59 | | - "./convex/server": { |
60 | | - "types": "./dist/convex/_generated/server.d.ts", |
61 | | - "import": "./dist/convex/_generated/server.js" |
62 | | - } |
63 | | - }, |
64 | | - "publishConfig": { |
65 | | - "access": "public" |
66 | | - }, |
67 | | - "scripts": { |
68 | | - "build": "tsdown && bun run ./scripts/copy-convex-generated.ts", |
69 | | - "dev": "tsdown --watch", |
70 | | - "typecheck": "tsc --noEmit", |
71 | | - "test": "vitest run", |
72 | | - "test:watch": "vitest", |
73 | | - "test:unit": "vitest run --exclude '**/*.integration.test.ts'", |
74 | | - "test:integration": "vitest run src/__tests__/integration/", |
75 | | - "test:smoke": "SMOKE_TESTS=1 vitest run --testNamePattern Smoke", |
76 | | - "prepublishOnly": "bun run build", |
77 | | - "check": "oxlint && oxfmt --write" |
78 | | - }, |
79 | | - "dependencies": { |
80 | | - "@offworld/types": "workspace:*", |
81 | | - "xdg-basedir": "^5.1.0", |
82 | | - "zod": "catalog:" |
83 | | - }, |
84 | | - "devDependencies": { |
85 | | - "@types/node": "catalog:", |
86 | | - "tsdown": "catalog:", |
87 | | - "typescript": "catalog:", |
88 | | - "vitest": "catalog:" |
89 | | - }, |
90 | | - "peerDependencies": { |
91 | | - "@opencode-ai/sdk": "^1.1.36", |
92 | | - "convex": "catalog:" |
93 | | - }, |
94 | | - "peerDependenciesMeta": { |
95 | | - "@opencode-ai/sdk": { |
96 | | - "optional": true |
97 | | - }, |
98 | | - "convex": { |
99 | | - "optional": true |
100 | | - } |
101 | | - } |
| 2 | + "name": "@offworld/sdk", |
| 3 | + "version": "0.3.4", |
| 4 | + "description": "Core SDK for Offworld - clone repos, generate references, sync with offworld.sh", |
| 5 | + "keywords": [ |
| 6 | + "ai", |
| 7 | + "ai-agents", |
| 8 | + "anthropic", |
| 9 | + "claude", |
| 10 | + "clone", |
| 11 | + "coding-agent", |
| 12 | + "convex", |
| 13 | + "dependencies", |
| 14 | + "git", |
| 15 | + "llm", |
| 16 | + "offworld", |
| 17 | + "opencode", |
| 18 | + "reference", |
| 19 | + "sdk", |
| 20 | + "skill", |
| 21 | + "sync" |
| 22 | + ], |
| 23 | + "homepage": "https://offworld.sh", |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/oscabriel/offworld/issues" |
| 26 | + }, |
| 27 | + "license": "MIT", |
| 28 | + "author": "Oscar Gabriel", |
| 29 | + "repository": { |
| 30 | + "type": "git", |
| 31 | + "url": "https://github.com/oscabriel/offworld.git", |
| 32 | + "directory": "packages/sdk" |
| 33 | + }, |
| 34 | + "files": [ |
| 35 | + "dist" |
| 36 | + ], |
| 37 | + "type": "module", |
| 38 | + "exports": { |
| 39 | + ".": { |
| 40 | + "types": "./dist/index.d.mts", |
| 41 | + "import": "./dist/index.mjs" |
| 42 | + }, |
| 43 | + "./sync": { |
| 44 | + "types": "./dist/sync/index.d.mts", |
| 45 | + "import": "./dist/sync/index.mjs" |
| 46 | + }, |
| 47 | + "./ai": { |
| 48 | + "types": "./dist/ai/index.d.mts", |
| 49 | + "import": "./dist/ai/index.mjs" |
| 50 | + }, |
| 51 | + "./internal": { |
| 52 | + "types": "./dist/internal.d.mts", |
| 53 | + "import": "./dist/internal.mjs" |
| 54 | + }, |
| 55 | + "./convex/api": { |
| 56 | + "types": "./dist/convex/_generated/api.d.ts", |
| 57 | + "import": "./dist/convex/_generated/api.js" |
| 58 | + }, |
| 59 | + "./convex/server": { |
| 60 | + "types": "./dist/convex/_generated/server.d.ts", |
| 61 | + "import": "./dist/convex/_generated/server.js" |
| 62 | + } |
| 63 | + }, |
| 64 | + "publishConfig": { |
| 65 | + "access": "public" |
| 66 | + }, |
| 67 | + "scripts": { |
| 68 | + "build": "tsdown && bun run ./scripts/copy-convex-generated.ts", |
| 69 | + "dev": "tsdown --watch", |
| 70 | + "typecheck": "tsc --noEmit", |
| 71 | + "test": "vitest run", |
| 72 | + "test:watch": "vitest", |
| 73 | + "test:unit": "vitest run --exclude '**/*.integration.test.ts'", |
| 74 | + "test:integration": "vitest run src/__tests__/integration/", |
| 75 | + "test:smoke": "SMOKE_TESTS=1 vitest run --testNamePattern Smoke", |
| 76 | + "prepublishOnly": "bun run build", |
| 77 | + "check": "oxlint && oxfmt --write" |
| 78 | + }, |
| 79 | + "dependencies": { |
| 80 | + "@offworld/types": "workspace:*", |
| 81 | + "xdg-basedir": "^5.1.0", |
| 82 | + "zod": "catalog:" |
| 83 | + }, |
| 84 | + "devDependencies": { |
| 85 | + "@types/node": "catalog:", |
| 86 | + "tsdown": "catalog:", |
| 87 | + "typescript": "catalog:", |
| 88 | + "vitest": "catalog:" |
| 89 | + }, |
| 90 | + "peerDependencies": { |
| 91 | + "@opencode-ai/sdk": "^1.1.36", |
| 92 | + "convex": "catalog:" |
| 93 | + }, |
| 94 | + "peerDependenciesMeta": { |
| 95 | + "@opencode-ai/sdk": { |
| 96 | + "optional": true |
| 97 | + }, |
| 98 | + "convex": { |
| 99 | + "optional": true |
| 100 | + } |
| 101 | + } |
102 | 102 | } |
0 commit comments