mirror of
https://github.com/binxly/Atomizer.git
synced 2026-07-22 11:30:28 +00:00
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"name": "note-atomizer",
|
|
"version": "1.0.1",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.126",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "^0.25.1",
|
|
"obsidian": "^1.8.7",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"openai": "^4.87.3"
|
|
}
|
|
}
|