vrtmrz_ring-a-secretary/package.json

27 lines
720 B
JSON
Raw Normal View History

2023-03-15 08:14:42 +00:00
{
"name": "ring-a-secretary",
2023-06-20 08:37:08 +00:00
"version": "0.0.8",
"description": "Yet another ChatGPT-powered digital secretary",
2023-03-15 08:14:42 +00:00
"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",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"openai-ext": "^1.2.6",
2023-03-15 08:14:42 +00:00
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"module": "node16"
}