mirror of
https://github.com/vrtmrz/ring-a-secretary.git
synced 2026-07-22 07:40:33 +00:00
- Consulting dialogue is now shown as callouts - Default template from `new dialogue` is modified for rendering code blocks. - Minor format issue has been fixed.
27 lines
737 B
JSON
27 lines
737 B
JSON
{
|
|
"name": "ring-a-secretary",
|
|
"version": "0.0.4",
|
|
"description": "Yet another ChatGPT-powered digital secretary",
|
|
"main": "main.js",
|
|
"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"
|
|
},
|
|
"keywords": [],
|
|
"author": "vorotamoroz",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"axios": "^1.3.4",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"obsidian": "latest",
|
|
"openai": "^3.2.1",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"module": "node16"
|
|
}
|