@lumigo/cdk-constructs-v2
Version:
Home to the Lumigo constructs for the AWS Cloud Development Kit (AWS CDK)
142 lines (141 loc) • 3.63 kB
JSON
{
"name": "@lumigo/cdk-constructs-v2",
"description": "Home to the Lumigo constructs for the AWS Cloud Development Kit (AWS CDK)",
"repository": {
"type": "git",
"url": "https://github.com/lumigo-io/lumigo-cdk-constructs.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",
"pre-compile": "npx projen pre-compile",
"release": "npx projen release",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"watch": "npx projen watch",
"projen": "npx projen"
},
"author": {
"name": "Lumigo",
"email": "support@lumigo.io",
"url": "https://lumigo.io",
"organization": true
},
"devDependencies": {
"@aws-cdk/aws-lambda-python-alpha": "2.42.1-alpha.0",
"@jest/globals": "^29.3.1",
"@types/jest": "^27",
"@types/node": "^16 <= 16.18.78",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"aws-cdk-lib": "2.42.1",
"commit-and-tag-version": "^12",
"constructs": "10.0.5",
"eslint": "^8",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"jest": "^27",
"jest-junit": "^15",
"jsii": "1.x",
"jsii-diff": "^1.72.0",
"jsii-docgen": "^10.5.0",
"jsii-pacmak": "^1.72.0",
"jsii-rosetta": "1.x",
"projen": "^0.90.0",
"ts-jest": "^27",
"typescript": "^4.9.3"
},
"peerDependencies": {
"@aws-cdk/aws-lambda-python-alpha": ">= 2.42.1-alpha.0 < 3",
"aws-cdk-lib": "^2.42.1",
"constructs": "^10.0.5"
},
"resolutions": {
"@types/babel__traverse": "7.18.2",
"@types/prettier": "2.6.0"
},
"keywords": [
"awscdk",
"cdk",
"cloud-native",
"infrastructure-as-code",
"observability",
"serverless",
"tracing"
],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "0.1.162",
"bugs": {
"url": "https://github.com/lumigo-io/lumigo-cdk-constructs/issues"
},
"jest": {
"coverageProvider": "v8",
"testMatch": [
"<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)",
"<rootDir>/@(src|test)/**/__tests__/**/*.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"
}
},
"peerDependenciesMeta": {
"@aws-cdk/aws-lambda-python-alpha": {
"optional": true
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}