mirror of
https://github.com/rajalokan/obsidian-just-note-plugin.git
synced 2026-07-22 08:37:50 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "just-note",
|
|
"version": "0.1.1",
|
|
"description": "Open notes in focused, independent pop-out windows",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"lint": "eslint .",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian-plugin",
|
|
"notes",
|
|
"macos",
|
|
"productivity"
|
|
],
|
|
"author": {
|
|
"name": "Alok Kumar",
|
|
"url": "https://github.com/rajalokan"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rajalokan/obsidian-just-note-plugin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rajalokan/obsidian-just-note-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/rajalokan/obsidian-just-note-plugin#readme",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.5",
|
|
"@types/node": "^22.20.1",
|
|
"esbuild": "^0.25.12",
|
|
"eslint": "^9.39.5",
|
|
"eslint-plugin-obsidianmd": "^0.4.1",
|
|
"globals": "^17.7.0",
|
|
"jiti": "^2.7.0",
|
|
"obsidian": "^1.13.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.65.0"
|
|
}
|
|
}
|