-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1 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
{
"name": "heroku-vui",
"description": "Amazon Alexa Heroku platform API app",
"dependencies": {
"alexa-app-server": "git+https://[email protected]/alexa-js/alexa-app-server.git"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.37",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.37",
"@babel/preset-env": "^7.0.0-beta.37",
"babel-loader": "8.0.0",
"chai": "^4.1.2",
"eslint": "^4.13.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"express": "^4.14.0",
"mocha": "^2.3.4",
"nodemon": "^1.12.5",
"sinon": "^4.1.3",
"webpack": "^3.10.0"
},
"engines": {
"node": "9.2.1"
},
"scripts": {
"start": "nodemon index.js",
"lint": "./node_modules/.bin/eslint .",
"deploy": "apex deploy --region us-east-1",
"test": "./node_modules/.bin/mocha ./functions/alexa-heroku/src/test",
"schema": "node ./functions/alexa-heroku/src/schema-generator"
},
"author": "Wojciech Romanski ([email protected])"
}