Files
joplin/packages/transcribe/package.json
2026-01-17 11:19:43 +00:00

48 lines
1.2 KiB
JSON

{
"name": "@joplin/transcribe",
"version": "3.6.0",
"private": true,
"scripts": {
"rebuild": "yarn clean && yarn build && yarn tsc",
"build": "gulp build",
"start": "node dist/src/api/app.js",
"tsc": "tsc --project tsconfig.json",
"test": "jest --verbose=false",
"test-all": "TRANSCRIBE_RUN_ALL=1 jest --verbose=false",
"test-ci": "yarn test",
"clean": "gulp clean",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json"
},
"dependencies": {
"@joplin/utils": "~3.6",
"@koa/cors": "3.4.3",
"dotenv": "16.6.1",
"file-type": "16.5.4",
"fs-extra": "11.3.2",
"knex": "3.1.0",
"koa": "2.16.3",
"koa-body": "6.0.1",
"pg-boss": "10.3.3",
"sharp": "0.34.4",
"sqlite3": "5.1.6"
},
"devDependencies": {
"@joplin/tools": "~3.6",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/jest-expect-message": "1.1.0",
"@types/koa": "2.15.0",
"@types/sharp": "0.32.0",
"@types/uuid": "10.0.0",
"gulp": "4.0.2",
"jest": "29.7.0",
"jest-expect-message": "1.1.3",
"typescript": "5.8.3"
},
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
}
}