{
  "name": "sscaff",
  "description": "Stupid scaffoling: create a copy of a directory with variable substitution",
  "repository": {
    "type": "git",
    "url": "https://github.com/cdklabs/node-sscaff"
  },
  "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:watch": "npx projen test:watch",
    "unbump": "npx projen unbump",
    "upgrade": "npx projen upgrade",
    "upgrade-cdklabs-projen-project-types": "npx projen upgrade-cdklabs-projen-project-types",
    "watch": "npx projen watch",
    "projen": "npx projen"
  },
  "author": {
    "name": "Amazon Web Services",
    "email": "aws-cdk-dev@amazon.com",
    "organization": true
  },
  "devDependencies": {
    "@types/jest": "^27",
    "@types/node": "^14",
    "@typescript-eslint/eslint-plugin": "^5",
    "@typescript-eslint/parser": "^5",
    "cdklabs-projen-project-types": "^0.1.162",
    "eslint": "^8",
    "eslint-import-resolver-node": "^0.3.9",
    "eslint-import-resolver-typescript": "^2.7.1",
    "eslint-plugin-import": "^2.28.1",
    "jest": "^27",
    "jest-junit": "^15",
    "npm-check-updates": "^16",
    "projen": "^0.72.18",
    "standard-version": "^9",
    "ts-node": "^10.9.1",
    "typescript": "~4.9.5"
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "version": "2.0.388",
  "jest": {
    "testMatch": [
      "**/lib/__tests__/**/?(*.)+(spec|test).js?(x)"
    ],
    "clearMocks": true,
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "lcov",
      "clover",
      "cobertura",
      "text"
    ],
    "coverageDirectory": "coverage",
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "watchPathIgnorePatterns": [
      "/node_modules/",
      "/lib/"
    ],
    "reporters": [
      "default",
      [
        "jest-junit",
        {
          "outputDirectory": "test-reports"
        }
      ]
    ],
    "snapshotResolver": "./.projen/jest-snapshot-resolver.js"
  },
  "types": "lib/index.d.ts",
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}
