generated from ODGodinho/Stanley-TheTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1 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
{
"name": "stanley-alexa",
"version": "0.1",
"description": "Stanley for Alexa skill",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc --watch",
"debug": "node ./dist/lambda/local-debugger.js --skillEntryFile ./index.js --portNumber 8035",
"build": "./build.sh",
"init": "./start.sh"
},
"author": "DragonsGamers",
"license": "MIT",
"dependencies": {
"ask-sdk-core": "^2.7.0",
"ask-sdk-model": "^1.19.0",
"aws-sdk": "^2.326.0",
"axios": "^0.26.0",
"i18next": "^21.3.3",
"i18next-sprintf-postprocessor": "^0.2.2"
},
"devDependencies": {
"@odg/eslint-config-odg-linter-js": "*",
"@types/i18next-sprintf-postprocessor": "*",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"eslint": "*",
"eslint-config-airbnb-typescript": "*",
"eslint-plugin-import": "*",
"eslint-plugin-jsdoc": "*",
"eslint-plugin-promise": "*",
"typescript": "^4.7.2"
}
}