From 72b8fa032d2a1179a4e0e62b21ccd17c5e3c7981 Mon Sep 17 00:00:00 2001 From: Filip Noetzel Date: Tue, 18 Mar 2025 19:11:57 +0100 Subject: [PATCH] add package.json --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b45b472 --- /dev/null +++ b/package.json @@ -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" +}