@cdklabs/aws-data-solutions-framework
Version:
L3 CDK Constructs used to build data solutions with AWS
177 lines (176 loc) • 4.57 kB
JSON
{
"name": "@cdklabs/aws-data-solutions-framework",
"description": "L3 CDK Constructs used to build data solutions with AWS",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/data-solutions-framework-on-aws.git",
"directory": "framework"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"compat": "npx projen compat",
"compile": "npx projen compile",
"copy-resources": "npx projen copy-resources",
"default": "npx projen default",
"docgen": "npx projen docgen",
"eslint": "npx projen eslint",
"package": "npx projen package",
"package-all": "npx projen package-all",
"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",
"test:e2e": "npx projen test:e2e",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"devDependencies": {
"@aws-cdk/cli-lib-alpha": "2.1023.0-alpha.0",
"@aws-cdk/lambda-layer-kubectl-v33": "^2.0.0",
"@jest/globals": "^29.7.0",
"@stylistic/eslint-plugin": "^2",
"@types/eslint": "^8.56.7",
"@types/jest": "^29.5.12",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-cdk-lib": "2.208.0",
"cdk-nag": "^2.0.0",
"commit-and-tag-version": "^12",
"constructs": "10.4.2",
"esbuild": "^0.25.0",
"eslint": "^9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-local-rules": "^2.0.1",
"jest": "^29.7.0",
"jest-junit": "^16",
"jest-runner-groups": "^2.2.0",
"jsii": "~5.8.0",
"jsii-diff": "^1.96.0",
"jsii-docgen": "^10.5.0",
"jsii-pacmak": "^1.96.0",
"jsii-rosetta": "~5.8.0",
"node-libcurl": "^4.0.0",
"rosetta": "^1.1.0",
"sync-request-curl": "^3.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.4"
},
"peerDependencies": {
"aws-cdk-lib": "^2.208.0",
"constructs": "^10.4.2"
},
"dependencies": {
"@aws-cdk/lambda-layer-kubectl-v33": "^2.0.0",
"@types/js-yaml": "^4.0.9",
"@types/semver": "^7.5.8",
"js-yaml": "^4.1.0",
"semver": "^7.6.0",
"simple-base": "^1.0.0"
},
"bundledDependencies": [
"@types/js-yaml",
"@types/semver",
"js-yaml",
"semver",
"simple-base"
],
"keywords": [
"analytics",
"aws",
"awscdk",
"cdk",
"constructs",
"data",
"datalake"
],
"main": "lib/index.js",
"license": "Apache-2.0",
"homepage": "https://awslabs.github.io/data-solutions-framework-on-aws/",
"version": "1.21.3",
"jest": {
"coverageProvider": "v8",
"runner": "groups",
"transform": {
"^.+\\.[t]sx?$": [
"ts-jest",
{
"tsconfig": "tsconfig.dev.json"
}
],
"^.+\\.ts?$": [
"ts-jest",
{
"tsconfig": "tsconfig.dev.json"
}
]
},
"globals": {
"ts-jest": null
},
"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"
}
]
]
},
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {
"python": {
"distName": "cdklabs.aws_data_solutions_framework",
"module": "cdklabs.aws_data_solutions_framework"
}
},
"tsc": {
"outDir": "lib",
"rootDir": "src"
},
"excludeTypescript": [
"src/**/resources/lambda/*"
]
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}