tmfelwu_obsidian-inbox/package.json
2023-04-22 00:34:14 +05:30

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"
}
}