-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 820 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 820 Bytes
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
{
"name": "mindspring",
"version": "0.4.0",
"description": "Semantic search and topic exploration for AI conversation exports, deployed on Cloudflare Workers",
"repository": {
"type": "git",
"url": "https://github.com/Stackbilt-dev/mindspring.git"
},
"bugs": {
"url": "https://github.com/Stackbilt-dev/mindspring/issues"
},
"license": "MIT",
"author": "Stackbilt LLC",
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"test": "vitest run",
"test:watch": "vitest",
"type-check": "tsc --noEmit"
},
"dependencies": {
"hono": "^4.7.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250303.0",
"typescript": "^5.7.0",
"vitest": "^4.0.18",
"wrangler": "^4.0.0"
}
}