{
    "name": "@jobgetapp/rush-enforce-categories-plugin",
    "version": "1.1.0",
    "description": "Utility to ensure rush projects to not leak internal code.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "contributors": [
      "Sawyer Hopkins <sawyer@jobget.com>"
    ],
    "files": [
      "src",
      "dist",
      "schemas",
      "command-line.json",
      "rush-plugin-manifest.json"
    ],
    "scripts": {
      "test": "jest",
      "start": "node dist/bin/index.js",
      "build": "tsc -p src/tsconfig.json && tsc-alias -p src/tsconfig.json",
      "build:watch": "npm run build",
      "lint": "eslint './src/**/*.ts' './test/**/*.ts'"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jobgetapp/jobgetapp.git"
    },
    "keywords": [
      "nodejs",
      "rush",
      "rushjs"
    ],
    "author": "Sawyer Hopkins <sawyer@sawyerhopkins.com> (http://sawyerhopkins.com)",
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/jobgetapp/jobgetapp/issues"
    },
    "homepage": "https://github.com/jobgetapp/jobgetapp#readme",
    "dependencies": {
      "@rushstack/node-core-library": "3.44.2",
      "@rushstack/rush-sdk": "5.100.2",
      "@rushstack/ts-command-line": "4.10.5"
    },
    "devDependencies": {
      "@fluffy-spoon/substitute": "1.208.0",
      "@jest/types": "29.6.3",
      "@jobgetapp/eslint-config": "1.1.0",
      "@jobgetapp/jest-config": "1.2.0",
      "@jobgetapp/typescript-config": "1.1.0",
      "@types/jest": "29.5.4",
      "@types/node": "16.11.7",
      "eslint": "8.48.0",
      "jest": "29.6.4",
      "jest-extended": "4.0.1",
      "ts-jest": "29.1.1",
      "ts-node": "10.9.1",
      "tsc-alias": "1.8.7",
      "typescript": "5.1.6"
    }
  }
  
