@softchef/cdk-iot-device-management
Version:
IoT device management is composed of things, thing types, thing groups, jobs, files API services. The constructs can be used independently, that are based on full-managed service to create an API Gateway & Lambda function.
56 lines (55 loc) • 1.52 kB
JSON
{
"name": "@aws-sdk/eventstream-serde-node",
"version": "3.49.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-*",
"test": "jest"
},
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/eventstream-marshaller": "3.49.0",
"@aws-sdk/eventstream-serde-universal": "3.49.0",
"@aws-sdk/types": "3.49.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@aws-sdk/util-utf8-node": "3.49.0",
"@tsconfig/recommended": "1.0.1",
"concurrently": "7.0.0",
"downlevel-dts": "0.7.0",
"rimraf": "3.0.2",
"typedoc": "0.19.2",
"typescript": "~4.3.5"
},
"engines": {
"node": ">= 12.0.0"
},
"typesVersions": {
"<4.0": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"files": [
"dist-*"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/eventstream-serde-node",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/eventstream-serde-node"
}
}