{
  "name": "@enfo/aws-cdkompliance",
  "version": "1.1.0",
  "description": "Tagging and compliant resources using the CDK",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": {
    "name": "Enfo COPS",
    "email": "cops-aws@enfogroup.com"
  },
  "license": "MIT",
  "repository": {
    "url": "https://github.com/enfogroup/aws-cdk-compliance.git"
  },
  "keywords": [
    "aws",
    "cdk",
    "compliance",
    "awscdk",
    "apn",
    "msp"
  ],
  "scripts": {
    "prepublishOnly": "npx pinst --disable",
    "postpublish": "npx pinst --enable",
    "_postinstall": "npx husky install",
    "build": "jsii",
    "build:watch": "jsii --watch",
    "package": "jsii-pacmak",
    "clean": "rm -f lib/*.js lib/*.d.ts test/*.js test/*.d.ts",
    "test": "npm run clean && jest --runInBand",
    "lint": "npx eslint --ext .ts .",
    "lint:fix": "npx eslint --fix --ext .ts ."
  },
  "devDependencies": {
    "@aws-cdk/assert": "^2.27.0",
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@types/jest": "^27.0.3",
    "@types/node": "^17.0.40",
    "@typescript-eslint/eslint-plugin": "^5.5.0",
    "@typescript-eslint/parser": "^5.5.0",
    "aws-cdk": "^2.27.0",
    "aws-cdk-lib": "2.27.0",
    "aws-sdk": "^2.1148.0",
    "constructs": "10.1.28",
    "esbuild": "^0.14.42",
    "eslint": "^8.4.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "husky": "^8.0.1",
    "jest": "^27.4.3",
    "jsii": "^1.59.0",
    "jsii-pacmak": "^1.59.0",
    "pinst": "^3.0.0",
    "ts-jest": "^27.1.0",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.27.0",
    "constructs": "^10.1.28"
  },
  "stability": "stable",
  "jsii": {
    "outdir": ".dist",
    "versionFormat": "full"
  },
  "dependencies": {
    "aws-cdk-lib": "^2.27.0"
  }
}
