{
  "name": "@tochii/tsconfig-aliases",
  "version": "1.0.0",
  "description": "Generate path aliases designed for monorepos and structured projects",
  "repository": "https://github.com/tochiResources/project/tree/main/packages/tsconfig-aliases.git",
  "license": "MIT",
  "keywords": [
    "monorepo",
    "project",
    "structure",
    "typescript",
    "tsconfig",
    "path",
    "aliases",
    "generate",
    "tochi",
    "tochiResources"
  ],
  "scripts": {
    "dev": "tsx index.ts",
    "build": "tochibuild"
  },
  "dependencies": {
    "@tochii/logger": "^1.0.0",
    "@tochii/utils": "^1.0.0",
    "fast-glob": "^3.3.3",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.16",
    "@types/node": "^22.15.17",
    "tochibuild": "^3.0.1",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18.17.0"
  },
  "main": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "require": "./dist/index.mjs",
      "import": "./dist/index.mjs"
    }
  }
}