mirror of
https://github.com/jayp89/kai-command-center.git
synced 2026-07-22 18:00:27 +00:00
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.
20 lines
451 B
JSON
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"
|
|
}
|
|
}
|