mirror of
https://github.com/tmfelwu/obsidian-inbox.git
synced 2026-07-22 07:40:30 +00:00
12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"devDependencies": {
|
|
"@types/codemirror": "^5.60.7",
|
|
"@types/jest": "^29.5.1",
|
|
"jest": "^29.5.0",
|
|
"obsidian": "^0.12.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|