{
    "name": "jui-icons",
    "version": "0.0.3-beta.4",
    "description": "React Native Icon",
    "author": "JIIAOXIAYUAN",
    "license": "Apache-2.0",
    "main": "lib/commonjs/index.js",
    "module": "lib/module/index.js",
    "react-native": "src/index.ts",
    "source": "src/index.ts",
    "types": "lib/typescript/index.d.ts",
    "scripts": {
        "dev": "dumi dev",
        "build": "bob build",
        "publish": "npm publish --access public",
        "prepare": "dumi setup"
    },
    "files": [
        "lib/",
        "src/",
        "!**/__tests__",
        "!**/__fixtures__",
        "!**/**.md"
    ],
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "devDependencies": {
        "@types/lodash": "^4.17.0",
        "@types/node": "^20.12.7",
        "@types/react": "^18.2.79",
        "@types/react-native": "^0.72.8",
        "antd": "^5.16.2",
        "babel-plugin-import": "^1.13.8",
        "copy-to-clipboard": "^3.3.3",
        "core-js": "^3.37.0",
        "cross-env": "^7.0.3",
        "dumi": "^2.2.17",
        "dumi-theme-mobile": "^2.3.5",
        "father": "^4.4.0",
        "react": "^18.2.0",
        "react-native-builder-bob": "^0.33.3",
        "react-native-svg": "13.9.0",
        "react-native-web": "^0.19.10",
        "typescript": "~5.3.0"
    },
    "peerDependencies": {
        "react": "*",
        "react-native": "*",
        "react-native-svg": ">=12.4.1"
    },
    "homepage": "http://rn.jiaoxiaoyuan.cn",
    "react-native-builder-bob": {
        "source": "src",
        "output": "lib",
        "targets": [
            [
                "commonjs",
                {
                    "esm": true
                }
            ],
            [
                "module",
                {
                    "esm": true
                }
            ],
            [
                "typescript",
                {
                    "project": "tsconfig.build.json"
                }
            ]
        ],
        "exclude": [
            "**/{__tests__,__fixtures__,__mocks__}/**",
            "**/**.md"
        ]
    }
}
