Files
rnauto/package.json
2026-01-26 14:23:13 +08:00

16 lines
356 B
JSON

{
"name": "rnauto",
"version": "1.0.0",
"description": "React Native 无障碍自动化库",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["react-native", "accessibility", "automation"],
"author": "",
"license": "MIT",
"peerDependencies": {
"react-native": "*"
}
}