first blood

This commit is contained in:
2026-01-26 14:23:13 +08:00
parent 1634953750
commit ee72a1fb3e
9 changed files with 575 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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": "*"
}
}