-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "dialogflow-helper",
"version": "0.0.8",
"description": "bunch of dialogflow helper functions such as for making developer entity and session entity and many more using dialogflow v2 rest api",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --watch",
"publish": "tsc && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malikasinger1/dilogflow-helper.git"
},
"keywords": [
"dialogflow",
"sesion entity",
"developer entity",
"dialogflow",
"client"
],
"author": "Muhammad Inzamam Malik",
"license": "MIT",
"bugs": {
"url": "https://github.com/malikasinger1/dilogflow-helper/issues"
},
"homepage": "https://github.com/malikasinger1/dilogflow-helper#readme",
"dependencies": {
"@types/request": "^2.48.1",
"googleapis": "^39.0.0",
"request": "^2.88.0"
}
}