-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 1.03 KB
/
package.json
File metadata and controls
21 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "assistant_improve_toolkit",
"version": "1.0.0",
"description": "To help improving your Watson Assistant after you have deployed it to production, we prepared the following two Jupyter notebooks. These notebooks include practical steps for measuring, analyzing, and actively improving your virtual assistant in a continuous manner. Check out IBM Watson Assistant Continuous Improvement Best Practices for more details.",
"repository": {
"type": "git",
"url": "git+https://github.com/watson-developer-cloud/assistant-improve-recommendations-notebook.git"
},
"author": "IBM",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/assistant-improve-recommendations-notebook/issues"
},
"homepage": "https://github.com/watson-developer-cloud/assistant-improve-recommendations-notebook#readme",
"dependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.3"
}
}