mirror of
https://github.com/peritus/obsidian-interactive-ratings.git
synced 2026-07-22 12:20:31 +00:00
add package.json
This commit is contained in:
parent
b9ef87ec2f
commit
72b8fa032d
1 changed files with 12 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal 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"
|
||||
}
|
||||
Loading…
Reference in a new issue