bryanmanio_obsidian-lexophile/package.json
Bryan Maniotakis 92e9a5fe77 Bump version to 1.3.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 00:52:50 -06:00

19 lines
523 B
JSON

{
"name": "lexophile",
"version": "1.3.0",
"description": "Build your vocabulary one word at a time. Add manually, or grab it instantly with the Chrome extension.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc --noEmit --skipLibCheck && node esbuild.config.mjs production"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/sql.js": "^1.4.11",
"esbuild": "^0.20.0",
"obsidian": "latest",
"sql.js": "^1.14.1",
"tslib": "^2.6.0",
"typescript": "^5.4.0"
}
}