@cm-madlabs/cdk-constructs
Version:
AWS CDK Constructs that can be used universally
145 lines • 3.78 kB
JSON
{
"name": "@cm-madlabs/cdk-constructs",
"description": "AWS CDK Constructs that can be used universally",
"repository": {
"type": "git",
"url": "https://github.com/cm-madlabs/cdk-constructs.git"
},
"scripts": {
"projen": "npx projen",
"start": "npx projen start",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"test:compile": "npx projen test:compile",
"test": "npx projen test",
"build": "npx projen build",
"bump": "npx projen bump",
"release": "npx projen release",
"test:watch": "npx projen test:watch",
"test:update": "npx projen test:update",
"projen:upgrade": "npx projen projen:upgrade",
"watch": "npx projen watch",
"package": "npx projen package",
"eslint": "npx projen eslint",
"compat": "npx projen compat",
"docgen": "npx projen docgen"
},
"author": {
"name": "classmethod",
"url": "https://classmethod.jp/services/mad",
"organization": false
},
"devDependencies": {
"@aws-cdk/assert": "^1.x",
"@types/jest": "^26.0.21",
"@types/node": "^10.17.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"jest-junit": "^12",
"jsii": "^1.25.0",
"jsii-diff": "^1.25.0",
"jsii-docgen": "^1.8.67",
"jsii-pacmak": "^1.25.0",
"json-schema": "^0.3.0",
"projen": "^0.17.16",
"standard-version": "^9",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"peerDependencies": {
"@aws-cdk/aws-amplify": "^1.x",
"@aws-cdk/aws-apigateway": "^1.x",
"@aws-cdk/aws-codebuild": "^1.x",
"@aws-cdk/aws-glue": "^1.x",
"@aws-cdk/aws-iam": "^1.x",
"@aws-cdk/aws-kinesisfirehose": "^1.x",
"@aws-cdk/aws-lambda": "^1.x",
"@aws-cdk/aws-lambda-nodejs": "^1.x",
"@aws-cdk/aws-logs": "^1.x",
"@aws-cdk/aws-s3": "^1.x",
"@aws-cdk/core": "^1.x",
"constructs": "^3.2.27"
},
"dependencies": {
"@aws-cdk/aws-amplify": "^1.x",
"@aws-cdk/aws-apigateway": "^1.x",
"@aws-cdk/aws-codebuild": "^1.x",
"@aws-cdk/aws-glue": "^1.x",
"@aws-cdk/aws-iam": "^1.x",
"@aws-cdk/aws-kinesisfirehose": "^1.x",
"@aws-cdk/aws-lambda": "^1.x",
"@aws-cdk/aws-lambda-nodejs": "^1.x",
"@aws-cdk/aws-logs": "^1.x",
"@aws-cdk/aws-s3": "^1.x",
"@aws-cdk/core": "^1.x"
},
"bundledDependencies": [],
"keywords": [
"cdk",
"cdk-constructs"
],
"engines": {
"node": ">= 10.17.0"
},
"main": "lib/index.js",
"license": "MIT",
"version": "0.0.6",
"publishConfig": {
"access": "public"
},
"jest": {
"testMatch": [
"**/__tests__/**/*.ts?(x)",
"**/?(*.)+(spec|test).ts?(x)"
],
"clearMocks": true,
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"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.jest.json"
}
}
},
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}