{
  "name": "@ahmiao666/ahmiao-react-dialog-element",
  "version": "1.0.0",
  "type": "module",
  "description": "react18+ dialog组件",
  "main": "index.js",
  "module": "index.esm.js",
  "types": "index.d.ts",
  "files": [
    "*.js",
    "*.d.ts",
    "*.map",
    "index.css",
    "assets/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "typescript",
    "dialog",
    "dialog组件",
    "React组件"
  ],
  "author": {
    "name": "ahmiao",
    "email": "wangyimiao666@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ahmiao666/ahmiao-react-dialog-element.git"
  },
  "bugs": {
    "url": "https://github.com/ahmiao666/ahmiao-react-dialog-element/issues"
  },
  "homepage": "https://github.com/ahmiao666/ahmiao-react-dialog-element",
  "engines": {
    "node": ">=22.0.0",
    "npm": ">=10.9.2"
  },
  "peerDependencies": {
    "react": ">=18.x",
    "react-dom": ">=18.x",
    "motion": ">=12"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead",
    "not ie 11"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}