kidshift-skills/package.json

19 lines
450 B
JSON
Raw Normal View History

2024-07-15 09:04:29 +00:00
{
"name": "@amzn/hello-world",
"version": "1.2.0",
"description": "alexa utility for quickly building skills",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Amazon Alexa",
"license": "Apache License",
"dependencies": {
2024-07-15 18:01:56 +00:00
"@types/node": "^20.14.10",
2024-07-15 09:04:29 +00:00
"ask-sdk-core": "^2.7.0",
"ask-sdk-model": "^1.19.0",
2024-07-15 18:01:56 +00:00
"aws-sdk": "^2.326.0",
"typescript": "^5.5.3"
2024-07-15 09:04:29 +00:00
}
}