-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·25 lines (25 loc) · 823 Bytes
/
package.json
File metadata and controls
executable file
·25 lines (25 loc) · 823 Bytes
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
{
"name": "alexa_metar",
"version": "2.0.1",
"description": "This skill is live on Amazon right now. (as of 6/2016). It is called \"Dave's Airport METAR Reader\" and is free. It may be slightly behind this repo at any given time.",
"main": "index.js",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.429.0",
"@aws-sdk/lib-dynamodb": "^3.429.0",
"async": "^3.1.0",
"xml2js": "^0.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djacobow/alexa_metar.git"
},
"author": "Dave Jacobowitz (david.jacobowitz@gmail.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/djacobow/alexa_metar/issues"
},
"homepage": "https://github.com/djacobow/alexa_metar#readme"
}