-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.68 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
52
53
54
55
56
57
58
{
"name": "realtime-ww2-alexa",
"version": "0.1.0",
"description": "Realtime WW2",
"scripts": {
"postinstall": "lerna bootstrap",
"deploy": "sls deploy",
"test": "lerna exec npm test",
"test:aws": "AWS_REGION=eu-west-1 mocha --compilers js:babel-core/register --require babel-polyfill packages/aws-integration-test/integration/**/*.spec.js packages/aws-integration-test/acceptance/**/*.spec.js",
"test:all": "npm test && npm run deploy && npm run test:aws"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ceilfors/realtime-ww2-alexa.git"
},
"devDependencies": {
"alexa-sdk": "^1.0.14",
"aws-sdk": "^2.115.0",
"aws-sdk-mock": "^1.7.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-source-map-support": "^1.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"intercept-stdout": "^0.1.2",
"lerna": "^2.2.0",
"mocha": "^3.5.3",
"nock": "^9.0.14",
"serverless": "^1.23.0",
"serverless-plugin-aws-alerts": "^1.2.4",
"serverless-webpack": "^4.0.0",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"source-map-support": "^0.5.0",
"standard": "^10.0.3",
"webpack": "^3.3.0"
},
"babel": {
"presets": [
"env"
],
"plugins": [
"transform-runtime",
"source-map-support"
]
},
"author": "ceilfors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ceilfors/realtime-ww2-alexa/issues"
},
"homepage": "https://github.com/ceilfors/realtime-ww2-alexa#readme",
"private": true,
"dependencies": {}
}