{
    "name": "xylib",
    "version": "0.0.1",
    "description": "基于 React Hooks 的按钮组件",
    "types": "es/index.d.ts",
    "main": "es/index.js",
    "module": "es/index.js",
    "publisher": "XueYou",
    "license": "MIT",
    "sideEffects": ["*.css", "*.scss"],
    "files": ["es", "dist", "assets"],
    "scripts": {
        "test": "quick-react-scripts test",
        "build": "quick-react-scripts build",
        "start": "xy-manual-tools start -p 6006",
        "build:demo": "xy-manual-tools build",
        "_publish": "yarn run test && yarn run build && npm publish"
    },
    "keywords": ["react", "react-component"],
    "author": {
        "name": "XueYou",
        "email": "xueyoucd@gmail.com"
    },
    "publishConfig": {
        "registry": "http://registry.npmjs.org/"
    },
    "devDependencies": {
        "@types/jest": "24.0.6",
        "@types/node": "11.9.4",
        "@types/react": "16.8.2",
        "@types/react-dom": "16.8.2",
        "@testing-library/react": "^9.1.3",
        "quick-react-scripts": "^1.1.9",
        "xy-manual-tools": "^0.1.65"
    },
    "dependencies": {
        "react": "^16.8.2",
        "react-dom": "^16.8.2"
    }
}
