{
  "name": "unocss-transformer-alias",
  "type": "module",
  "version": "0.1.0",
  "description": "Transform alias for UnoCSS shortcuts",
  "author": "Chris <https://github.com/zyyv>",
  "license": "MIT",
  "homepage": "https://github.com/unocss-community/unocss-transformer-alias#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unocss-community/unocss-transformer-alias.git"
  },
  "bugs": {
    "url": "https://github.com/unocss-community/unocss-transformer-alias/issues"
  },
  "keywords": [
    "unpreset",
    "unocss",
    "unocss community",
    "unocss transformer"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*.d.mts",
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@unocss/core": "^66.6.7"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.0.0",
    "@types/node": "^25.5.0",
    "bumpp": "^11.0.1",
    "eslint": "^10.1.0",
    "esno": "^4.8.0",
    "magic-string": "^0.30.21",
    "tsdown": "^0.21.7",
    "typescript": "^6.0.2",
    "vite": "^8.0.3",
    "vitest": "^4.1.2"
  },
  "inlinedDependencies": {
    "magic-string": "0.30.21"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown -w",
    "release": "bumpp -r",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest",
    "test:update": "vitest -u",
    "typecheck": "tsc --noEmit",
    "play": "npm -C playground run dev"
  }
}