UNPKG

@pwrdrvr/microapps-cdk

Version:

MicroApps framework, by PwrDrvr LLC, delivered as an AWS CDK construct that provides the DynamoDB, Router service, Deploy service, API Gateway, and CloudFront distribution.

108 lines (107 loc) 3.11 kB
{ "name": "@pwrdrvr/microapps-cdk", "description": "MicroApps framework, by PwrDrvr LLC, delivered as an AWS CDK construct that provides the DynamoDB, Router service, Deploy service, API Gateway, and CloudFront distribution.", "repository": { "type": "git", "url": "https://github.com/pwrdrvr/microapps-core" }, "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:dotnet": "npx projen package:dotnet", "package:java": "npx projen package:java", "package:js": "npx projen package:js", "package:python": "npx projen package:python", "post-compile": "npx projen post-compile", "post-upgrade": "npx projen post-upgrade", "pre-compile": "npx projen pre-compile", "release": "npx projen release", "test": "npx projen test", "unbump": "npx projen unbump", "upgrade": "npx projen upgrade", "watch": "npx projen watch", "projen": "npx projen" }, "author": { "name": "PwrDrvr LLC", "email": "harold@pwrdrvr.com", "organization": true }, "devDependencies": { "@stylistic/eslint-plugin": "^2", "@types/jest": "^26.0.24", "@types/node": "^22", "@types/yargs": "^16.0.0", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "aws-cdk-lib": "2.168.0", "commit-and-tag-version": "^12", "constructs": "10.0.5", "esbuild": "^0.25.12", "eslint": "^9", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.32.0", "jsii": "^5.4", "jsii-diff": "^1.118.0", "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.118.0", "jsii-rosetta": "^5.4", "projen": "0.98.10", "typescript": "^5.9.3" }, "peerDependencies": { "aws-cdk-lib": "^2.168.0", "constructs": "^10.0.5" }, "keywords": [ "awscdk", "cdk", "microapps" ], "engines": { "node": ">= 22.0.0" }, "main": "lib/index.js", "license": "MIT", "homepage": "https://github.com/pwrdrvr/microapps-core", "publishConfig": { "access": "public" }, "version": "1.1.2", "types": "lib/index.d.ts", "stability": "experimental", "jsii": { "outdir": "dist", "targets": { "java": { "package": "com.pwrdrvr.microapps.cdk", "maven": { "groupId": "com.pwrdrvr.microapps", "artifactId": "microapps-cdk" } }, "python": { "distName": "pwrdrvr.microapps.cdk", "module": "pwrdrvr.microapps.cdk" }, "dotnet": { "namespace": "PwrDrvr.MicroApps.CDK", "packageId": "PwrDrvr.MicroApps.CDK" } }, "tsc": { "outDir": "lib", "rootDir": "src" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }