{
  "name": "cs-devtest",
  "version": "1.1.6",
  "description": "Automatic Husky + Gitleaks + SonarQube setup for any JS/TS project",
  "main": "bin/index.js",
  "bin": {
    "cs-setup": "./bin/index.js"
  },
  "keywords": [
    "husky",
    "gitleaks",
    "git-hooks",
    "security",
    "sonarqube",
    "typescript",
    "eslint"
  ],
  "author": "Your Name",
  "license": "MIT",
  "scripts": {
    "postinstall": "node ./bin/index.js install",
    "prepare": "husky || true",
    "test": "npx --no-install cs-setup check-hooks 2>/dev/null || true && node --test"
  },
  "dependencies": {
    "@eslint/js": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "@typescript-eslint/eslint-plugin": ">=5.0.0",
    "@typescript-eslint/parser": ">=5.0.0",
    "chalk": "^4.1.2",
    "dotenv": "^17.3.1",
    "eslint": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "execa": "^5.1.1",
    "fs-extra": "^11.3.3",
    "husky": "^9.0.11",
    "newman": "^6.2.1",
    "newman-reporter-htmlextra": "^1.23.1",
    "sonarqube-scanner": "^4.0.0"
  },
  "peerDependencies": {
    "@eslint/js": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "eslint": "^8.0.0 || ^9.0.0 || ^10.0.0"
  },
  "peerDependenciesMeta": {},
  "files": [
    "bin/",
    "lib/",
    "templates/"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Creolestudios/DevOps-standards.git"
  },
  "bugs": {
    "url": "https://github.com/Creolestudios/DevOps-standards/issues"
  },
  "homepage": "https://github.com/Creolestudios/DevOps-standards#readme",
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@typescript-eslint/eslint-plugin": "^8.57.2",
    "@typescript-eslint/parser": "^8.57.2",
    "@vitest/coverage-v8": "^1.0.0",
    "eslint": "^10.1.0"
  }
}