18 lines
302 B
JSON
18 lines
302 B
JSON
{
|
|
"name": "sms_miai",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo \"test\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"xiaoai-tts": "^0.6.0",
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|