Skip to content

Commit 6b55c40

Browse files
dallasbpetersclaude
andcommitted
Add sync-data npm script and dev dependencies
- Add npm run sync-data command - Add @rolemodel/optics and ts-node as dev deps Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 066f630 commit 6b55c40

File tree

2 files changed

+220
-1
lines changed

2 files changed

+220
-1
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"watch": "npx tsc --watch",
1616
"start": "node dist/index.js",
1717
"test": "node dist/test.js",
18-
"test:interactive": "npm run build && node dist/interactive-client.js"
18+
"test:interactive": "npm run build && node dist/interactive-client.js",
19+
"sync-data": "npx ts-node scripts/sync-optics-data.ts"
1920
},
2021
"keywords": [
2122
"mcp",
@@ -42,8 +43,10 @@
4243
"zod": "^3.25.76"
4344
},
4445
"devDependencies": {
46+
"@rolemodel/optics": "^2.3.0",
4547
"@types/node": "^20.10.0",
4648
"esbuild": "^0.27.2",
49+
"ts-node": "^10.9.2",
4750
"typescript": "^5.9.3"
4851
},
4952
"engines": {

0 commit comments

Comments
 (0)