Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
e-adrien committed Dec 16, 2024
1 parent e2a6414 commit 524be1b
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"name": "@lesjoursfr/gcp-tts",
"version": "1.0.0",
"description": "Wrapper around the Google Cloud TTS module.",
"keywords": [
"tts"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,6 +17,16 @@
"engines": {
"node": "20.x || 22.x || 24.x"
},
"keywords": [
"tts",
"gcp"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/**/*",
"src/**/*"
],
"scripts": {
"freshlock": "rm -rf node_modules/ && rm .yarn/install-state.gz && rm yarn.lock && yarn",
"update-voices": "TTS_GCP_CREDENTIALS=config/tts-gcp-credentials.json ts-node update-voices.ts",
Expand All @@ -40,20 +46,20 @@
"picocolors": "^1.1.1"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@tsconfig/node20": "^20.1.4",
"@types/debug": "^4.1.12",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.13.0",
"mocha": "^11.0.1",
"mocha": "^11.0.2",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.18.0"
},
"packageManager": "[email protected]"
}

0 comments on commit 524be1b

Please sign in to comment.