forked from zhaohongxuan/journal-partner
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 762 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": "spark-memo",
"version": "0.2.5",
"description": "Obsidian plugin – Spark Memo journal timestamp highlighter",
"main": "dist/main.js",
"scripts": {
"dev": "node scripts/build.js --watch",
"build": "tsc -noEmit -skipLibCheck && node scripts/build.js",
"deploy": "bash deploy.sh"
},
"keywords": [
"obsidian",
"journal",
"timestamp"
],
"author": "Joe Hou",
"license": "MIT",
"devDependencies": {
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@types/node": "^22.0.0",
"esbuild": "^0.21.5",
"obsidian": "latest",
"tslib": "^2.6.2",
"typescript": "^5.5.3"
},
"dependencies": {
"@jsquash/webp": "^1.5.0",
"obsidian-daily-notes-interface": "^0.9.5"
}
}