Spaces:
Sleeping
Sleeping
File size: 410 Bytes
d60b4e5 8b62ecb d60b4e5 514f5de a14fc9b 3f5a6b6 6c60d9e d60b4e5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"name": "node_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"http": "^0.0.1-security",
"nodemon": "^3.0.1",
"url": "^0.11.4",
"wavefile": "^11.0.0",
"@huggingface/transformers": "^3.2.2"
}
}
|