UNPKG

@cloudcamp/aws-runtime

Version:

CloudCamp - Launch faster by building scalable infrastructure in few lines of code.

103 lines (102 loc) 2.67 kB
{ "name": "@cloudcamp/aws-runtime", "description": "CloudCamp - Launch faster by building scalable infrastructure in few lines of code.", "main": "lib/index.js", "scripts": { "build": "jsii -v && cp .jsii ../website/content/api/api.json", "build:watch": "fswatch -o .jsii | xargs -n1 -I{} cp .jsii ../website/content/api/api.json & jsii --watch; killall -KILL fswatch", "package": "jsii-pacmak" }, "keywords": [ "aws", "cdk", "cloud", "cloud-computing", "cloud-infrastructure", "iac", "infrastructure-as-code" ], "author": { "name": "Markus Ecker", "email": "markus.ecker@gmail.com" }, "repository": { "url": "https://github.com/cloudcamphq/cloudcamp.git" }, "bugs": { "url": "https://github.com/cloudcamphq/cloudcamp/issues" }, "homepage": "https://cloudcamphq.com", "license": "MIT", "stability": "experimental", "types": "lib/index.d.ts", "jsii": { "outdir": "dist", "tsc": { "outDir": "lib", "rootDir": "src" }, "versionFormat": "short", "targets": { "java": { "package": "cloudcamp.aws.runtime", "maven": { "groupId": "com.cloudcamphq", "artifactId": "aws-runtime" } }, "python": { "distName": "cloudcamp.aws-runtime", "module": "cloudcamp.aws_runtime" }, "dotnet": { "namespace": "Cloudcamp.Aws.Runtime", "packageId": "Cloudcamp.Aws.Runtime", "iconUrl": "https://raw.githubusercontent.com/cloudcamphq/cloudcamp/main/assets/img/nuget-icon.png" } }, "metadata": { "jsii": { "rosetta": { "strict": true } } } }, "devDependencies": { "aws-cdk-lib": "2.1.0", "constructs": "10.0.12", "eslint": "^7.32.0", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.24.2", "jest": "^27.2.1", "jest-junit": "^12", "jsii": "1.49.0", "jsii-diff": "1.49.0", "jsii-docgen": "4.2.14", "jsii-pacmak": "1.49.0", "json-schema": "^0.3.0", "npm-check-updates": "^11", "ts-jest": "^27.0.5", "typescript": "^4.4.3", "@types/jest": "^27.0.2", "@types/lodash": "^4.14.173", "@types/node": "^10.17.0", "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2" }, "peerDependencies": { "aws-cdk-lib": "2.1.0", "constructs": "10.0.12" }, "dependencies": { "aws-cdk-lib": "2.1.0", "constructs": "10.0.12", "lodash": "^4.17.21" }, "bundledDependencies": [ "lodash" ], "version": "0.0.1" }