mirror of
https://github.com/peritus/obsidian-interactive-ratings.git
synced 2026-07-22 05:43:17 +00:00
21 lines
464 B
JSON
21 lines
464 B
JSON
{
|
|
"name": "obsidian-interactive-ratings",
|
|
"version": "1.0.0",
|
|
"description": "Edit symbol ratings in your Obsidian notes interactively.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build:watch": "tsc --watch",
|
|
"start": "node main.js",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"keywords": [
|
|
"obsidianmd"
|
|
],
|
|
"author": "peritus",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|