-
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) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 780 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
32
33
{
"name": "flint",
"version": "0.4.3",
"description": "Portable AI + capture automation woven into your vault.",
"main": "main.js",
"type": "module",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
},
"keywords": [],
"author": "Spencer",
"license": "0-BSD",
"devDependencies": {
"@types/bun": "^1.3.14",
"@types/jsdom": "^28.0.3",
"@types/node": "^22",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/turndown": "^5",
"esbuild": "0.25.5",
"jsdom": "^29.1.1",
"obsidian": "^1.13.1",
"typescript": "^5.8.3"
},
"dependencies": {
"dompurify": "^3.4.11",
"minisearch": "^7.2.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"turndown": "^7"
}
}