-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.29 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
44
45
46
47
48
49
50
51
{
"name": "quick-maths",
"version": "0.0.1",
"main": "src/app/index.js",
"scripts": {
"test": "mocha test/*.spec.* test/**/*.spec.*",
"watch": "nodemon --inspect server.js",
"lint": "eslint src/ test/ server.js",
"lint-fix": "eslint --fix src/ test/ server.js",
"interaction": "voxa interaction"
},
"author": "Octavio Menocal",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.475.0",
"express": "^4.17.1",
"lambda-log": "^2.2.0",
"lodash": "^4.17.11",
"prettier": "^1.18.2",
"serverless-http": "^2.0.2",
"voxa": "^3.1.3",
"voxa-dashbot": "2.0.3",
"voxa-ga": "^2.0.1"
},
"devDependencies": {
"alexa-mime": "^0.0.6",
"ask-cli": "^1.7.3",
"chai": "^4.2.0",
"del": "^4.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"gulp": "^3.9.1",
"gulp-install": "^1.1.0",
"gulp-zip": "^5.0.0",
"merge-stream": "^2.0.0",
"mocha": "^6.1.4",
"mocha-jenkins-reporter": "^0.4.1",
"mocha-junit-reporter": "^1.23.0",
"nock": "^10.0.6",
"node-aws-lambda": "^0.1.8",
"nodemon": "^1.19.1",
"nyc": "^14.1.1",
"run-sequence": "^2.2.1",
"simple-mock": "^0.8.0",
"voxa-cli": "2.2.0"
},
"directories": {
"test": "test"
}
}