{
    "name": "react-native-danmaku-player",
    "version": "0.2.3",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "license": "MIT",
    "description": "React Native Danmaku Player 弹幕播放器",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/1adybug/react-native-danmaku-player.git"
    },
    "scripts": {
        "build": "node scripts/build.mjs",
        "prepublishOnly": "npm run build"
    },
    "authors": [
        "lurongv@qq.com"
    ],
    "files": [
        "dist",
        "src"
    ],
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "keywords": [
        "react-native-danmaku",
        "danmaku",
        "react-native-danmu",
        "danmu",
        "react-native-barrage",
        "barrage",
        "弹幕"
    ],
    "dependencies": {
        "ahooks": "^3.8.1",
        "react-native-video": "^6.5.0"
    },
    "devDependencies": {
        "@types/node": "^22.5.4",
        "@types/react": "^18.3.5",
        "soda-nodejs": "^0.4.0",
        "typescript": "^5.5.4"
    },
    "peerDependencies": {
        "react-native": "^0.75.2"
    }
}
