@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.
168 lines • 4.63 kB
JSON
{
"name": "@softchef/cdk-iot-device-management",
"description": "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.",
"repository": {
"type": "git",
"url": "git@github.com:SoftChef/cdk-iot-device-management.git"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"clobber": "npx projen clobber",
"compat": "npx projen compat",
"compile": "npx projen compile",
"default": "npx projen default",
"docgen": "npx projen docgen",
"eject": "npx projen eject",
"eslint": "npx projen eslint",
"package": "npx projen package",
"package-all": "npx projen package-all",
"package:js": "npx projen package:js",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"release": "npx projen release",
"release:cdkv1": "npx projen release:cdkv1",
"test": "npx projen test",
"test:update": "npx projen test:update",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
},
"author": {
"name": "SoftChef",
"email": "poke@softchef.com",
"url": "https://www.softchef.com",
"organization": true
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^12",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"aws-cdk": "^2.10.0",
"aws-cdk-lib": "2.1.0",
"aws-sdk-client-mock": "^0.5.6",
"constructs": "10.0.5",
"esbuild": "^0.14.19",
"eslint": "^8",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.5.0",
"jest-junit": "^13",
"jsii": "^1.52.1",
"jsii-diff": "^1.52.1",
"jsii-docgen": "^4.2.44",
"json-schema": "^0.4.0",
"npm-check-updates": "^12",
"projen": "^0.52.17",
"standard-version": "^9",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"peerDependencies": {
"aws-cdk-lib": "^2.1.0",
"constructs": "^10.0.5"
},
"dependencies": {
"@aws-cdk/aws-apigatewayv2-alpha": "^2.1.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.1.0-alpha.0",
"@aws-sdk/client-dynamodb": "^3.49.0",
"@aws-sdk/client-iot": "^3.49.0",
"@aws-sdk/client-iot-data-plane": "^3.49.0",
"@aws-sdk/client-s3": "^3.49.0",
"@aws-sdk/lib-dynamodb": "^3.49.0",
"@aws-sdk/util-dynamodb": "^3.49.0",
"@softchef/cdk-restapi": "^2.0.0",
"@softchef/cdk-schedule-function": "^2.0.0",
"@softchef/lambda-events": "^1.0.112",
"@types/semver": "^7.3.9",
"@types/uuid": "^8.3.4",
"joi": "^17.6.0",
"semver": "^7.3.5",
"uuid": "^8.3.2"
},
"bundledDependencies": [
"@aws-sdk/client-dynamodb",
"@aws-sdk/client-iot",
"@aws-sdk/client-iot-data-plane",
"@aws-sdk/client-s3",
"@aws-sdk/lib-dynamodb",
"@aws-sdk/util-dynamodb",
"@softchef/lambda-events",
"@types/semver",
"@types/uuid",
"joi",
"semver",
"uuid"
],
"keywords": [
"AWS",
"CDK",
"Device Management",
"IoT",
"IoT Job",
"OTA",
"cdk"
],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "2.0.0",
"jest": {
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
"<rootDir>/(test|src)/**/?(*.)+(spec|test).ts?(x)"
],
"clearMocks": true,
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"cobertura",
"text"
],
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"watchPathIgnorePatterns": [
"/node_modules/"
],
"reporters": [
"default",
[
"jest-junit",
{
"outputDirectory": "test-reports"
}
]
],
"preset": "ts-jest",
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.dev.json"
}
}
},
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"resolutions": {
"jest-environment-jsdom": "27.3.1"
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}