-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "reaktor-hello-world-alexa-skill",
"version": "0.0.1",
"description": "TODO",
"main": "index.js",
"scripts": {
"downloadTle": "node -e 'require(\"./src/updateSatelliteTle\").testRetrieveSatelliteTle()'",
"build": "webpack",
"build-minified": "webpack -p",
"local-updateSatelliteTleFunction": "npm run build && sam local invoke UpdateSatelliteTleFunction -t sam-template.yml --no-event",
},
"repository": {
"type": "git",
"url": "git+https://github.com/bkarstaedt/reaktor-hello-world-alexa-skill.git"
},
"keywords": [
"aws",
"lambda",
"alexa",
"skill",
"reaktor",
"satellite"
],
"author": "Bastian Karstaedt",
"license": "ISC",
"bugs": {
"url": "https://github.com/bkarstaedt/reaktor-hello-world-alexa-skill/issues"
},
"homepage": "https://github.com/bkarstaedt/reaktor-hello-world-alexa-skill#readme",
"devDependencies": {
"aws-sdk": "^2.372.0",
"tle": "^1.2.3",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {}
}