package.json
This commit is contained in:
Родитель
a9b0fe886e
Коммит
80e186411a
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "example_add_utterances",
|
||||
"version": "1.0.0",
|
||||
"description": "Use the Microsoft LUIS Authoring API to upload utterance examples to a LUIS app.",
|
||||
"main": "add-utterance.js",
|
||||
"scripts": {
|
||||
"start": "node add-utterance.js"
|
||||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"fs-extra": "^4.0.2",
|
||||
"request": "^2.83.0",
|
||||
"request-promise": "^4.2.2"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче