16 lines
356 B
JSON
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": "*"
|
|
}
|
|
}
|