{
  "name": "@bill_law6/formily-path",
  "version": "0.1.1",
  "author": "bill_law6 <bill_law6@163.com>",
  "license": "MIT",
  "type": "module",
  "main": "dist/formily-path.js",
  "module": "dist/formily-path.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": "Path parsing and manipulation utilities for Formily form field paths",
  "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",
    "path",
    "utilities",
    "field-path"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {},
  "devDependencies": {
    "typescript": "^5.2.2",
    "vite": "^5.2.0",
    "vite-plugin-dts": "^3.9.1",
    "vitest": "^1.6.0"
  }
}
