mirror of
https://github.com/chrstn67/WonderBox.git
synced 2026-07-22 11:30:29 +00:00
15 lines
404 B
JSON
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"
|
|
}
|
|
}
|