File size: 548 Bytes
b4141f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "plvictor-internal-api",
  "version": "1.0.0",
  "description": "API de TTS (Piper) e Embeddings (E5) para PLVictor",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node --max-old-space-size=512 index.js",
    "dev": "node index.js"
  },
  "keywords": [
    "tts",
    "embeddings",
    "piper",
    "e5",
    "nlp"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.18.2",
    "cors": "^2.8.5",
    "@xenova/transformers": "^2.17.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}