UNPKG

create-custom-skill

Version:

An Alexa custom skill for the Amazon Echo.

20 lines (19 loc) 631 B
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "debug with bst proxy", "runtimeExecutable": "npm", "env": { "SLS_DEBUG": "*" }, "runtimeArgs": ["run", "debug"], "port": 9229, "console": "integratedTerminal", "internalConsoleOptions": "neverOpen" } ] }