bitsofchris_openaugi-obsidi.../package.json
Chris Lettieri 09892d2ef3 chore: sync package.json to 0.6.0; add versions.json
package.json version drifted from manifest; add the missing versions.json
(version -> minAppVersion) that version-bump.mjs and community-store
submission both require. Neither affects Obsidian's update check for the
current install path, but both were inconsistent locations.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 14:48:24 -04:00

27 lines
683 B
JSON

{
"name": "open-augi",
"version": "0.6.0",
"description": "",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "vitest run",
"test:watch": "vitest",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "^0.17.3",
"obsidian": "^1.8.7",
"tslib": "2.4.0",
"typescript": "^4.7.4",
"vitest": "^3.2.4"
}
}