{
  "name": "@randevcx/monorepo",
  "version": "1.0.1",
  "description": "Monorepo",
  "type": "module",
  "engines": {
    "node": ">=12.20.0"
  },
  "scripts": {
    "pre": "sh ./bin/preinstall.sh",
    "preinstall": "npx only-allow pnpm",
    "clean": "sh ./bin/clean.sh",
    "build": "sh ./bin/build.sh",
    "test": "sh ./bin/test.sh",
    "lint": "sh ./bin/lint.sh",
    "lint:ts": "eslint --cache .",
    "lint:fix": "eslint --cache --fix",
    "lint:prettier": "prettier --check --cache .",
    "format": "prettier --write --cache .",
    "cpd": "jscpd ./packages"
  },
  "homepage": "https://chaxus.github.io/ran/",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^20.12.11",
    "@typescript-eslint/eslint-plugin": "^7.9.0",
    "@typescript-eslint/parser": "^7.9.0",
    "eslint": "^8.57.0",
    "eslint-define-config": "^2.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-regexp": "^2.5.0",
    "jscpd": "^3.5.10",
    "prettier": "^3.2.5",
    "terser": "^5.31.0",
    "typescript": "^5.4.5"
  }
}
