tmfelwu_obsidian-inbox/package.json

13 lines
213 B
JSON
Raw Normal View History

2023-04-11 07:43:14 +00:00
{
2023-04-17 19:29:51 +00:00
"devDependencies": {
"@types/codemirror": "^5.60.7",
2023-04-21 19:04:14 +00:00
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
2023-04-17 19:29:51 +00:00
"obsidian": "^0.12.0",
2023-04-11 07:43:14 +00:00
"typescript": "^5.0.4"
},
2023-04-17 19:29:51 +00:00
"scripts": {
"build": "tsc"
2023-04-11 07:43:14 +00:00
}
}