Skip to content

Commit cd9c38f

Browse files
committed
chore: normalize package manifests and sync lockfile versions
1 parent 9fc98c0 commit cd9c38f

4 files changed

Lines changed: 252 additions & 252 deletions

File tree

apps/cli/package.json

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,91 @@
11
{
2-
"name": "offworld",
3-
"version": "0.3.5",
4-
"description": "Offworld CLI - Repository reference generation for AI coding agents",
5-
"keywords": [
6-
"ai",
7-
"ai-agents",
8-
"amp",
9-
"anthropic",
10-
"claude",
11-
"claude-code",
12-
"cli",
13-
"codex",
14-
"coding-agent",
15-
"context",
16-
"cursor",
17-
"dependencies",
18-
"developer-tools",
19-
"documentation",
20-
"git",
21-
"llm",
22-
"monorepo",
23-
"offworld",
24-
"opencode",
25-
"reference",
26-
"repository",
27-
"skill",
28-
"typescript"
29-
],
30-
"homepage": "https://offworld.sh",
31-
"bugs": {
32-
"url": "https://github.com/oscabriel/offworld/issues"
33-
},
34-
"license": "MIT",
35-
"author": "Oscar Gabriel",
36-
"repository": {
37-
"type": "git",
38-
"url": "https://github.com/oscabriel/offworld.git",
39-
"directory": "apps/cli"
40-
},
41-
"bin": {
42-
"offworld": "./dist/cli.mjs",
43-
"ow": "./dist/cli.mjs"
44-
},
45-
"files": [
46-
"dist",
47-
"LICENSE",
48-
"README.md"
49-
],
50-
"type": "module",
51-
"exports": {
52-
".": {
53-
"types": "./dist/index.d.mts",
54-
"import": "./dist/index.mjs"
55-
}
56-
},
57-
"publishConfig": {
58-
"access": "public"
59-
},
60-
"scripts": {
61-
"build": "tsdown && chmod +x ./dist/cli.mjs",
62-
"dev": "tsdown --watch",
63-
"ow:dev": "bun run src/cli.ts",
64-
"typecheck": "tsc --noEmit",
65-
"test": "vitest run",
66-
"test:watch": "vitest",
67-
"prepublishOnly": "npm run build",
68-
"check": "oxlint && oxfmt --write"
69-
},
70-
"dependencies": {
71-
"@clack/prompts": "^1.0.0",
72-
"@offworld/sdk": "workspace:*",
73-
"@offworld/types": "workspace:*",
74-
"@opencode-ai/sdk": "^1.1.51",
75-
"@orpc/server": "^1.13.4",
76-
"convex": "catalog:",
77-
"open": "^11.0.0",
78-
"picocolors": "^1.1.1",
79-
"trpc-cli": "^0.12.2",
80-
"zod": "catalog:"
81-
},
82-
"devDependencies": {
83-
"@types/node": "catalog:",
84-
"tsdown": "catalog:",
85-
"typescript": "catalog:",
86-
"vitest": "catalog:"
87-
},
88-
"engines": {
89-
"node": ">=18"
90-
}
2+
"name": "offworld",
3+
"version": "0.3.5",
4+
"description": "Offworld CLI - Repository reference generation for AI coding agents",
5+
"keywords": [
6+
"ai",
7+
"ai-agents",
8+
"amp",
9+
"anthropic",
10+
"claude",
11+
"claude-code",
12+
"cli",
13+
"codex",
14+
"coding-agent",
15+
"context",
16+
"cursor",
17+
"dependencies",
18+
"developer-tools",
19+
"documentation",
20+
"git",
21+
"llm",
22+
"monorepo",
23+
"offworld",
24+
"opencode",
25+
"reference",
26+
"repository",
27+
"skill",
28+
"typescript"
29+
],
30+
"homepage": "https://offworld.sh",
31+
"bugs": {
32+
"url": "https://github.com/oscabriel/offworld/issues"
33+
},
34+
"license": "MIT",
35+
"author": "Oscar Gabriel",
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/oscabriel/offworld.git",
39+
"directory": "apps/cli"
40+
},
41+
"bin": {
42+
"offworld": "./dist/cli.mjs",
43+
"ow": "./dist/cli.mjs"
44+
},
45+
"files": [
46+
"dist",
47+
"LICENSE",
48+
"README.md"
49+
],
50+
"type": "module",
51+
"exports": {
52+
".": {
53+
"types": "./dist/index.d.mts",
54+
"import": "./dist/index.mjs"
55+
}
56+
},
57+
"publishConfig": {
58+
"access": "public"
59+
},
60+
"scripts": {
61+
"build": "tsdown && chmod +x ./dist/cli.mjs",
62+
"dev": "tsdown --watch",
63+
"ow:dev": "bun run src/cli.ts",
64+
"typecheck": "tsc --noEmit",
65+
"test": "vitest run",
66+
"test:watch": "vitest",
67+
"prepublishOnly": "npm run build",
68+
"check": "oxlint && oxfmt --write"
69+
},
70+
"dependencies": {
71+
"@clack/prompts": "^1.0.0",
72+
"@offworld/sdk": "workspace:*",
73+
"@offworld/types": "workspace:*",
74+
"@opencode-ai/sdk": "^1.1.51",
75+
"@orpc/server": "^1.13.4",
76+
"convex": "catalog:",
77+
"open": "^11.0.0",
78+
"picocolors": "^1.1.1",
79+
"trpc-cli": "^0.12.2",
80+
"zod": "catalog:"
81+
},
82+
"devDependencies": {
83+
"@types/node": "catalog:",
84+
"tsdown": "catalog:",
85+
"typescript": "catalog:",
86+
"vitest": "catalog:"
87+
},
88+
"engines": {
89+
"node": ">=18"
90+
}
9191
}

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)