@aws-solutions-constructs/core
Version:
Core CDK Construct for patterns library
94 lines • 2.56 kB
JSON
{
"name": "@aws-solutions-constructs/core",
"version": "2.85.4",
"description": "Core CDK Construct for patterns library",
"main": "index.js",
"types": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/aws-solutions-constructs.git",
"directory": "source/patterns/@aws-solutions-constructs/core"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc -b .",
"lint": "eslint --config ../eslintrc.config.mjs --no-warn-ignored .",
"lint-fix": "eslint --config ../eslintrc.config.mjs --ext=.js,.ts --fix .",
"test": "jest --coverage",
"clean": "tsc -b --clean",
"watch": "tsc -b -w",
"integ": "integ-runner --update-on-failed",
"integ-assert": "integ-runner",
"jsii": "jsii",
"jsii-pacmak": "jsii-pacmak",
"nohoist": "./nohoist.sh",
"build+lint+test": "npm run jsii && npm run lint && npm test && npm run integ-assert && npm run nohoist",
"blt": "npm run build+lint+test",
"snapshot-update": "npm test -- -u"
},
"jsii": {
"outdir": "dist",
"targets": {
"java": {
"package": "software.amazon.awsconstructs.services.core",
"maven": {
"groupId": "software.amazon.awsconstructs",
"artifactId": "core"
}
},
"dotnet": {
"namespace": "Amazon.SolutionsConstructs.AWS.Core",
"packageId": "Amazon.SolutionsConstructs.AWS.Core",
"signAssembly": true,
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png"
},
"python": {
"distName": "aws-solutions-constructs.core",
"module": "aws_solutions_constructs.core"
}
}
},
"dependencies": {
"deep-diff": "^1.0.2",
"deepmerge": "^4.0.0",
"npmlog": "^7.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/deep-diff": "^1.0.0",
"@types/npmlog": "^7.0.0",
"@types/prettier": "2.6.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "2.193.0"
},
"jest": {
"moduleFileExtensions": [
"js"
],
"coverageReporters": [
"text",
[
"lcov",
{
"projectRoot": "../../../../"
}
]
]
},
"bundledDependencies": [
"deepmerge",
"npmlog",
"deep-diff"
],
"peerDependencies": {
"constructs": "^10.0.0",
"aws-cdk-lib": "^2.193.0"
}
}