diff --git a/lambda/package.json b/lambda/package.json index 732be50..0a5220c 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -1 +1,17 @@ -{"name":"@amzn/hello-world","description":"alexa utility for quickly building skills","version":"1.2.0","main":"index.js","license":"Apache License","dependencies":{"@types/node":"^20.14.10","@types/webpack":"^5.28.5","@types/webpack-node-externals":"^3.0.4","ask-sdk-core":"^2.7.0","ask-sdk-model":"^1.19.0","aws-sdk":"^2.326.0","pjson":"^1.0.9","ts-loader":"^9.5.1","ts-node":"^10.9.2","typescript":"^5.5.3","webpack":"^5.93.0","webpack-cli":"^5.1.4","webpack-node-externals":"^3.0.0"}} +{ + "name": "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": { + "ask-sdk-core": "^2.7.0", + "ask-sdk-model": "^1.19.0", + "aws-sdk": "^2.326.0", + "i18next": "^15.0.5" + } +} \ No newline at end of file