@scira/cli 0.1.1 → 0.1.2
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scira/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Scira — terminal-native AI research agent with grounded sources, verified claims, and local run storage.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build": "tsc -p tsconfig.json",
|
|
33
33
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
34
34
|
"prepublishOnly": "bun run build",
|
|
35
|
-
"dev": "
|
|
35
|
+
"dev": "bun src/cli/index.ts",
|
|
36
36
|
"test": "vitest run",
|
|
37
37
|
"test:watch": "vitest"
|
|
38
38
|
},
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
46
46
|
"@mozilla/readability": "^0.6.0",
|
|
47
47
|
"ai": "^6.0.202",
|
|
48
|
-
"commander": "^15.0.0",
|
|
49
48
|
"diff": "^9.0.0",
|
|
50
49
|
"exa-js": "^2.13.0",
|
|
51
50
|
"files-sdk": "^1.8.0",
|
|
52
51
|
"ink": "^7.0.5",
|
|
53
52
|
"jsdom": "^29.1.1",
|
|
54
|
-
"ora": "^9.4.0",
|
|
55
53
|
"parallel-web": "^1.1.0",
|
|
54
|
+
"picospinner": "^3.0.0",
|
|
56
55
|
"react": "^19.2.7",
|
|
57
|
-
"
|
|
56
|
+
"sade": "^1.8.1",
|
|
58
57
|
"workers-ai-provider": "^3.1.14",
|
|
59
58
|
"zod": "^4.4.3"
|
|
60
59
|
},
|
|
61
60
|
"devDependencies": {
|
|
61
|
+
"bun-types": "^1.2.23",
|
|
62
62
|
"@types/jsdom": "^28.0.3",
|
|
63
63
|
"@types/node": "^25.9.3",
|
|
64
64
|
"@types/react": "^19.2.17",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
"vitest": "^4.1.8"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
|
-
"
|
|
71
|
+
"bun": ">=1.2.0"
|
|
72
72
|
}
|
|
73
73
|
}
|