-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "alaska-mvps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha \"**/*.spec.js\"",
"format": "prettier --write '**/*.{js,jsx}'",
"lint": "eslint '**/*.{js,jsx}' --quiet",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "alexa-example"
},
"author": "brain",
"license": "ISC",
"dependencies": {
"alexa-app": "^4.2.1",
"amazon-date-parser": "^0.2.0",
"aws-sdk": "^2.245.1",
"babel-eslint": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.0.4",
"moment": "^2.22.1",
"npm": "^5.10.0",
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
"prettier": "^1.11.1",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13"
}
}