forked from CALLE-AI/call-e-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "call-e-integrations",
"private": true,
"packageManager": "pnpm@10.18.3",
"engines": {
"node": ">=22",
"pnpm": ">=10.18.3"
},
"scripts": {
"test": "pnpm -r --filter \"./packages/*\" run test",
"check": "pnpm run check:branch-name && pnpm run check:versions && pnpm -r --filter \"./packages/*\" run check",
"check:examples": "node ./scripts/check-examples.mjs",
"check:branch-name": "node ./scripts/check-branch-name.mjs",
"check:versions": "node ./scripts/check-manifest-versions.mjs && node ./scripts/sync-install-doc-versions.mjs --check",
"branch:create": "node ./scripts/create-branch.mjs",
"pack:skill": "node ./scripts/pack-skills.mjs",
"pack:skill:calle": "node ./scripts/pack-skills.mjs calle",
"pack:dry-run": "pnpm -r --filter \"./packages/*\" run pack:dry-run",
"changeset": "changeset",
"version-packages": "changeset version && node ./scripts/sync-plugin-manifest-version.mjs && node ./scripts/sync-install-doc-versions.mjs",
"publish-packages": "changeset publish",
"release": "pnpm run version-packages"
},
"devDependencies": {
"@call-e/core": "workspace:^",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@types/node": "^22.19.17",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}