{
  "name": "@undercroft/lib-tools",
  "version": "1.0.2",
  "type": "module",
  "description": "A CLI toolkit for building, testing, and releasing Undercroft libraries",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./config/fileTransformer": {
      "import": "./dist/fileTransformer.cjs",
      "require": "./dist/fileTransformer.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "bin"
  ],
  "bin": {
    "undercroft-tools": "./bin/index.js",
    "uct": "./bin/index.js"
  },
  "author": "Michael Goodwin <mikejg101@icloud.com>",
  "license": "MIT",
  "homepage": "https://github.com/undercroftlabs/lib-tools",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/undercroftlabs/lib-tools.git"
  },
  "keywords": [
    "undercroft",
    "cli",
    "library-tools",
    "build-tools",
    "typescript"
  ],
  "bugs": {
    "url": "https://github.com/undercroftlabs/lib-tools/issues"
  },
  "jest-junit": {
    "outputDirectory": "./reports",
    "outputName": "junit.xml"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "postbuild": "node scripts/copy-transformer.cjs",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/intersect": "^1.0.3",
    "@types/jest": "^29.5.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "cross-env": "^7.0.3"
  },
  "dependencies": {
    "@codecov/rollup-plugin": "^1.9.0",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "depcheck": "^1.4.7",
    "intersect": "^1.0.1",
    "license-compatibility-checker": "^0.3.5",
    "yargs": "^17.7.2",
    "eslint": "^8.50.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "fast-glob": "^3.3.3",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "prettier": "^3.1.0",
    "rimraf": "^5.0.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0",
    "size-limit": "^11.2.0"
  }
}
