{
  "name": "@fengxi/ui-framework",
  "version": "1.0.3",
  "description": "Cocos Creator UI框架库 类似鸿蒙的UI框架",
  "main": "dist/Index.js",
  "types": "dist/Index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && tsc --skipLibCheck",
    "dev": "tsc -w"
  },
  "keywords": [
    "cocos",
    "ui",
    "framework"
  ],
  "author": "fengxi <764810636@qq.com>",
  "license": "MIT",
  "type": "commonjs",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "cc": "^3.8.0"
  },
  "devDependencies": {
    "@types/node": "^18.19.100",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "eslint": "^9.27.0",
    "rimraf": "^5.0.10",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
