-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 753 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 753 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
{
"id": "knowledge-wifi",
"scripts": {
"generate": "bun cli/generate-note.ts",
"generate:versioned": "bun cli/generate-note.ts --versioned",
"generate:overwrite": "bun cli/generate-note.ts --overwrite"
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"dotenv": "^17.4.0",
"gray-matter": "^4.0.3",
"jsdom": "^29.0.2",
"openai": "^6.33.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"slugify": "^1.6.9",
"unified": "^11.0.5",
"yargs": "^18.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/jsdom": "^28.0.1",
"@types/node": "^25.5.2",
"@types/yargs": "^17.0.35",
"ts-node": "^10.9.2",
"typescript": "^6.0.2"
}
}