UNPKG

cdk-bootstrapless-synthesizer

Version:

Generate directly usable AWS CloudFormation template with aws-cdk v2.

102 lines (101 loc) 2.74 kB
{ "name": "sample-pipeline", "scripts": { "build": "npx projen build", "bundle": "npx projen bundle", "clobber": "npx projen clobber", "compile": "npx projen compile", "default": "npx projen default", "deploy": "npx projen deploy", "destroy": "npx projen destroy", "diff": "npx projen diff", "eject": "npx projen eject", "eslint": "npx projen eslint", "package": "npx projen package", "post-compile": "npx projen post-compile", "post-upgrade": "npx projen post-upgrade", "pre-compile": "npx projen pre-compile", "synth": "npx projen synth", "synth:silent": "npx projen synth:silent", "test": "npx projen test", "test:watch": "npx projen test:watch", "upgrade": "npx projen upgrade", "watch": "npx projen watch", "projen": "npx projen" }, "devDependencies": { "@types/jest": "^27.4.0", "@types/node": "^14", "@typescript-eslint/eslint-plugin": "^5", "@typescript-eslint/parser": "^5", "aws-cdk": "^2.10.0", "esbuild": "^0.14.14", "eslint": "^8", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.4", "jest": "^27.4.7", "jest-junit": "^13", "json-schema": "^0.4.0", "npm-check-updates": "^16", "projen": "^0.52.8", "ts-jest": "^27.1.3", "ts-node": "^9", "typescript": "^4.5.5" }, "dependencies": { "@aws-cdk/aws-apigatewayv2-alpha": "^2.10.0-alpha.0", "@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.10.0-alpha.0", "@aws-lambda-powertools/logger": "^0.4.0", "@types/aws-lambda": "^8.10.89", "aws-cdk-lib": "^2.10.0", "cdk-bootstrapless-synthesizer": "^2", "constructs": "^10.0.5" }, "license": "UNLICENSED", "version": "0.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" } } }, "resolutions": { "minimatch": "3.0.5" }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }