-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "insta-pool",
"version": "0.0.2",
"description": "Voice App for InstaPool project at HackDuke",
"main": "src/index.js",
"dependencies": {
"google-auth-library": "latest",
"jovo-cms-i18next": "^3.0.13",
"jovo-core": "^3.0.13",
"jovo-db-filedb": "^3.0.13",
"jovo-db-mongodb": "^3.0.13",
"jovo-framework": "^3.0.13",
"jovo-platform-alexa": "^3.0.13",
"jovo-platform-dialogflow": "^3.0.13",
"jovo-platform-googleassistant": "^3.0.13",
"jovo-plugin-debugger": "^3.0.13",
"moment": "^2.24.0",
"request-promise-native": "^1.0.7"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-install": "^1.1.0",
"gulp-run-command": "0.0.9",
"gulp-zip": "^4.2.0",
"jest": "^23.6.0",
"lodash.template": ">=4.5.0",
"kind-of": ">=6.0.3",
"minimist": ">=1.2.3"
},
"scripts": {
"tsc": "node -v",
"test": "jest",
"bundle": "gulp --gulpfile node_modules/jovo-framework/gulpfile.js --cwd ./",
"start": "cd src && node index.js --webhook",
"launch": "npm start -- --launch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmohades/InstaPool-Action.git"
},
"author": "Mark",
"license": "MIT"
}