@katesthings/smartstate
Version:
AWS Lambda utilities to store and retrieve in DynamoDB for SmartThings SmartApps
30 lines (29 loc) • 718 B
JSON
{
"name": "@katesthings/smartstate",
"version": "1.0.26",
"description": "AWS Lambda utilities to store and retrieve in DynamoDB for SmartThings SmartApps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidhkates/katesthings.git"
},
"keywords": [
"SmartThings",
"DynamoDB",
"State",
"Lambda",
"AWS"
],
"author": "David H. Kates",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidhkates/katesthings/issues"
},
"homepage": "https://github.com/davidhkates/katesthings#readme",
"devDependencies": {
"@types/node": "^17.0.29"
}
}