Skip to content

Commit

Permalink
'pnpm' updated to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zakialvi-e64 committed Nov 29, 2023
1 parent 25df7eb commit 8f95b04
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "obsidian-transcription",
"version": "3.1.4",
"description": "Obsidian plugin to create high-quality text transcriptions from any media file, on any device",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"lint": "eslint ./src --fix",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"get_types": "npx openapi-typescript https://api.swiftink.io/openapi.json --output src/types/swiftink.d.ts"
},
"keywords": [
"audio transcription",
"audio-to-text",
"audio",
"swiftink",
"markdown",
"obsidian",
"plugin",
"recognition",
"speech-to-text",
"speech",
"stt",
"transcription",
"whisper",
"domain-aware",
"asr",
"nlp"
],
"author": "djmango",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@types/which": "^2.0.1",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"eslint": "^8.48.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"@supabase/supabase-js": "^2.33.1",
"date-fns": "^2.29.3",
"pnpm": "^8.10.5",
"tus-js-client": "^3.1.1"
{
"name": "obsidian-transcription",
"version": "3.1.4",
"description": "Obsidian plugin to create high-quality text transcriptions from any media file, on any device",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"lint": "eslint ./src --fix",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"get_types": "npx openapi-typescript https://api.swiftink.io/openapi.json --output src/types/swiftink.d.ts"
},
"keywords": [
"audio transcription",
"audio-to-text",
"audio",
"swiftink",
"markdown",
"obsidian",
"plugin",
"recognition",
"speech-to-text",
"speech",
"stt",
"transcription",
"whisper",
"domain-aware",
"asr",
"nlp"
],
"author": "djmango",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@types/which": "^2.0.1",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"eslint": "^8.48.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4",
"pnpm": "^8.10.5"
},
"dependencies": {
"@supabase/supabase-js": "^2.33.1",
"date-fns": "^2.29.3",
"tus-js-client": "^3.1.1"
}
}
}

0 comments on commit 8f95b04

Please sign in to comment.