mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@scrypted/alexa",
|
|
"version": "0.3.7",
|
|
"scripts": {
|
|
"scrypted-setup-project": "scrypted-setup-project",
|
|
"prescrypted-setup-project": "scrypted-package-json",
|
|
"build": "scrypted-webpack",
|
|
"prepublishOnly": "scrypted-changelog && NODE_ENV=production scrypted-webpack",
|
|
"prescrypted-vscode-launch": "scrypted-webpack",
|
|
"scrypted-vscode-launch": "scrypted-deploy-debug",
|
|
"scrypted-deploy-debug": "scrypted-deploy-debug",
|
|
"scrypted-debug": "scrypted-debug",
|
|
"scrypted-deploy": "scrypted-deploy",
|
|
"scrypted-changelog": "scrypted-changelog",
|
|
"scrypted-package-json": "scrypted-package-json",
|
|
"scrypted-readme": "scrypted-readme"
|
|
},
|
|
"keywords": [
|
|
"scrypted",
|
|
"plugin",
|
|
"alexa",
|
|
"amazon"
|
|
],
|
|
"scrypted": {
|
|
"name": "Alexa",
|
|
"type": "API",
|
|
"interfaces": [
|
|
"HttpRequestHandler",
|
|
"MixinProvider",
|
|
"Settings"
|
|
],
|
|
"pluginDependencies": [
|
|
"@scrypted/cloud",
|
|
"@scrypted/webrtc"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@scrypted/common": "../../common",
|
|
"@scrypted/sdk": "../../sdk",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/node": "^22.13.11"
|
|
}
|
|
}
|