{
  "name": "@swarmion/serverless-cdk-plugin",
  "description": "Serverless plugin to use CDK constructs in serverless framework applications",
  "version": "0.35.0",
  "license": "MIT",
  "homepage": "https://www.swarmion.dev",
  "bugs": "https://github.com/swarmion/swarmion/issues",
  "repository": "swarmion/swarmion.git",
  "keywords": [
    "CDK",
    "Serverless",
    "Typescript"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "clean": "rimraf dist *.tsbuildinfo",
    "format-check": "prettier --check . --ignore-path ../../.prettierignore",
    "format-fix": "prettier --write . --ignore-path ../../.prettierignore",
    "lint-fix": "pnpm linter-base-config --fix",
    "lint-fix-all": "pnpm lint-fix .",
    "linter-base-config": "eslint --ext=js,ts",
    "package": "pnpm clean && pnpm package-transpile && pnpm package-types && pnpm package-types-aliases",
    "package-transpile": "tsup",
    "package-types": "tsc -p tsconfig.build.json",
    "package-types-aliases": "tsc-alias -p tsconfig.build.json",
    "test": "nx run format-check && test-linter && nx run test-type && nx run test-circular",
    "test-cdk": "jest --runInBand --collectCoverage --logHeapUsage",
    "test-circular": "pnpm depcruise --config -- src",
    "test-linter": "pnpm linter-base-config .",
    "test-type": "tsc --noEmit --emitDeclarationOnly false",
    "watch": "pnpm clean && concurrently 'pnpm:package-* --watch'"
  },
  "dependencies": {
    "@serverless/typescript": "^4.14.1",
    "@types/serverless": "^3.12.19",
    "json-schema-to-ts": "^3.0.0",
    "lodash": "^4.17.21",
    "traverse": "^0.6.7",
    "ts-toolbelt": "^9.6.0"
  },
  "devDependencies": {
    "@serverless/test": "^11.1.1",
    "@types/jest": "^29.5.11",
    "@types/lodash": "^4.14.202",
    "@types/node": "^22.15.18",
    "@types/traverse": "^0.6.35",
    "aws-cdk-lib": "^2.196.0",
    "concurrently": "^9.0.0",
    "constructs": "^10.3.0",
    "dependency-cruiser": "^16.10.2",
    "eslint": "^8.55.0",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "rimraf": "^6.0.0",
    "ts-jest": "^29.3.4",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.8.16",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.54.0",
    "constructs": "^10.1.187",
    "serverless": "3"
  },
  "gitHead": "41b1a807081c8ecd83a254edd7aecabc1cfc60e0"
}
