You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
424 B
21 lines
424 B
{ |
|
"name": "tts", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"author": "", |
|
"license": "ISC", |
|
"dependencies": { |
|
"express": "^4.17.1", |
|
"express-ws": "^4.0.0", |
|
"isomorphic-ws": "^4.0.1", |
|
"node-fetch": "^2.6.1", |
|
"say": "^0.16.0", |
|
"sqlite3": "^4.2.0", |
|
"tmp": "^0.2.1", |
|
"ws": "^7.4.1" |
|
} |
|
}
|
|
|