chrstn67_WonderBox/package.json
2024-12-06 07:40:18 +01:00

15 lines
404 B
JSON

{
"name": "wonderbox",
"version": "1.0.0",
"description": "Create more relevant text sections your tips, top notes, warnings and more",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Building the project...\" && exit 0"
},
"author": "Christian HUMBERT",
"license": "MIT",
"dependencies": {
"obsidian": "^1.7.2"
}
}