bitsofchris_openaugi-obsidi.../package.json
Chris Lettieri 117b33eb95 Bump version to 0.5.1, re-enable mobile support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 20:37:09 -05:00

27 lines
683 B
JSON

{
"name": "open-augi",
"version": "0.5.1",
"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"
}
}