add package.json

This commit is contained in:
Filip Noetzel 2025-03-18 19:11:57 +01:00
parent b9ef87ec2f
commit 72b8fa032d

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "obsidian-interactive-ratings",
"version": "1.0.0",
"description": "Edit symbol ratings in your Obsidian notes interactively.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["obsidianmd"],
"author": "peritus",
"license": "MIT"
}