aiTextToSpeech

This commit is contained in:
Kar
2024-11-05 20:46:04 +05:30
parent 101e1a2749
commit 0a78f89fa9
3 changed files with 60 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "iimttapi",
"version": "0.0.1",
"version": "1.0.0",
"description": "Create a Node.js app for building production-ready RESTful APIs using Express, by running one command",
"bin": "bin/createNodejsApp.js",
"main": "src/index.js",
@@ -24,7 +24,7 @@
"docker:dev": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up",
"docker:test": "docker-compose -f docker-compose.yml -f docker-compose.test.yml up",
"prepare": "husky install"
},
},
"keywords": [
"node",
"node.js",