{
  "name": "@functionless/nodejs-closure-serializer",
  "description": "A fork of the nodejs closure serializer in @pulumi/pulumi",
  "scripts": {
    "build": "npx projen build",
    "bump": "npx projen bump",
    "clobber": "npx projen clobber",
    "compile": "npx projen compile",
    "default": "npx projen default",
    "eject": "npx projen eject",
    "eslint": "npx projen eslint",
    "package": "npx projen package",
    "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:update": "npx projen test:update",
    "test:watch": "npx projen test:watch",
    "unbump": "npx projen unbump",
    "upgrade": "npx projen upgrade",
    "watch": "npx projen watch",
    "projen": "npx projen"
  },
  "devDependencies": {
    "@types/jest": "^27.5.1",
    "@types/node": "^14",
    "@types/normalize-package-data": "^2.4.1",
    "@types/read-package-tree": "^5.2.0",
    "@types/semver": "^7.3.9",
    "@typescript-eslint/eslint-plugin": "^5",
    "@typescript-eslint/parser": "^5",
    "aws-serverless-express": "^3.4.0",
    "eslint": "^8",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-import-resolver-typescript": "^2.7.1",
    "eslint-plugin-header": "^3.1.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.0.0",
    "express": "^4.18.1",
    "jest": "^27",
    "jest-junit": "^13",
    "json-schema": "^0.4.0",
    "mockpackage": "file:test/mockpackage",
    "npm-check-updates": "^12",
    "prettier": "^2.7.1",
    "projen": "^0.56.29",
    "standard-version": "^9",
    "ts-jest": "^27",
    "typescript": "^4.8.3"
  },
  "peerDependencies": {
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "normalize-package-data": "^4.0.0",
    "read-package-tree": "^5.3.1",
    "semver": "^7.3.7",
    "ts-node": "^10.8.0",
    "upath": "^2.0.1"
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.1.5",
  "jest": {
    "collectCoverage": false,
    "coveragePathIgnorePatterns": [
      "/test/",
      "/node_modules/"
    ],
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.dev.json",
        "isolatedModules": true
      }
    },
    "testMatch": [
      "<rootDir>/src/**/__tests__/**/*.ts?(x)",
      "<rootDir>/(test|src)/**/?(*.)+(spec|test).ts?(x)"
    ],
    "clearMocks": true,
    "coverageReporters": [
      "json",
      "lcov",
      "clover",
      "cobertura",
      "text"
    ],
    "coverageDirectory": "coverage",
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "watchPathIgnorePatterns": [
      "/node_modules/"
    ],
    "reporters": [
      "default",
      [
        "jest-junit",
        {
          "outputDirectory": "test-reports"
        }
      ]
    ],
    "preset": "ts-jest"
  },
  "types": "lib/index.d.ts",
  "lint-staged": {
    "*.{tsx,jsx,ts,js}": [
      "eslint --fix"
    ]
  },
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}