{
  "name": "@bill_law6/formily-shared",
  "version": "0.1.1",
  "author": "bill_law6 <bill_law6@163.com>",
  "license": "MIT",
  "type": "module",
  "main": "dist/formily-shared.js",
  "module": "dist/formily-shared.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:docs": "dumi build",
    "preview": "vite preview",
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage"
  },
  "private": false,
  "description": "Shared utilities and helpers for Formily form library ecosystem",
  "homepage": "https://github.com/bill_law6/vite-designable-project",
  "directories": {
    "lib": "dist",
    "test": "__tests__"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bill_law6/vite-designable-project.git"
  },
  "keywords": [
    "formily",
    "shared",
    "utilities",
    "helpers"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@types/node": "^20.14.2",
    "change-case": "^5.4.4",
    "immutable": "^4.3.6",
    "moment": "^2.30.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.4.6",
    "@testing-library/react": "^16.0.0",
    "@vitejs/plugin-react": "^4.3.1",
    "jsdom": "^24.1.0",
    "typescript": "^5.2.2",
    "vite": "^5.2.0",
    "vite-plugin-dts": "^3.9.1",
    "vitest": "^1.6.0"
  }
}
