@aggc/or-info 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aggc/or-info",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "CLI + MCP server for OpenRouter models: prices, benchmarks, context and comparisons",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"test:online:smoke": "node --test test/online/cli.mjs test/online/mcp.mjs",
|
|
21
21
|
"test:online": "node --test --test-concurrency=1 test/online/**/*.mjs",
|
|
22
22
|
"test:watch": "node --test --watch test/local/**/*.mjs test/online/cli.mjs test/online/mcp.mjs",
|
|
23
|
-
"build:mcpb": "rm -rf .mcpb-build or-info.mcpb && mkdir .mcpb-build && cp -R bin lib mcp package.json package-lock.json README.md LICENSE manifest.json .mcpb-build/ && (cd .mcpb-build && npm ci --omit=dev --ignore-scripts &&
|
|
23
|
+
"build:mcpb": "rm -rf .mcpb-build or-info.mcpb && mkdir .mcpb-build && cp -R bin lib mcp package.json package-lock.json README.md LICENSE manifest.json icon.png .mcpb-build/ && (cd .mcpb-build && npm ci --omit=dev --ignore-scripts && zip -qr ../or-info.mcpb .)"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@modelcontextprotocol/sdk": "^1.29.0",
|