jayp89_kai-command-center/package.json
jayp89 9c1b3440a7 2.0.2
Release bump to v2.0.2: updated version strings in manifest.json, package.json, and package-lock.json, and updated README headings to reflect v2.0.2. No behavioral or functional code changes.
2026-05-17 02:30:28 +03:00

20 lines
451 B
JSON

{
"name": "kai-command-center",
"version": "2.0.2",
"description": "KAI Command Center Obsidian Plugin",
"main": "main.js",
"scripts": {
"build": "node esbuild.config.mjs production"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"builtin-modules": "^3.3.0",
"esbuild": "^0.20.0",
"obsidian": "^1.4.11",
"tslib": "^2.6.2",
"typescript": "^5.0.0"
}
}