-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 732 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
{
"name": "silverbullet-ai",
"version": "0.9.0",
"private": true,
"type": "module",
"scripts": {
"build": "npx plug-compile silverbullet-ai.plug.yaml",
"test": "vitest run",
"test:integration": "vitest run --root integration-tests",
"dist": "npx plug-compile silverbullet-ai.plug.yaml && tsx scripts/build-dist.ts",
"update-readme": "tsx scripts/update-readme.ts"
},
"dependencies": {
"@silverbulletmd/silverbullet": ">=2.10.0",
"sse.js": "^2.2.0"
},
"devDependencies": {
"@lezer/markdown": "1.6.3",
"@structured-types/api": "^3.46.12",
"tsx": "^4.19.0",
"vitest": "^4.0.18",
"yaml": "^2.0.0"
},
"engines": {
"node": ">=24.13.0",
"npm": ">=10.0.0"
}
}