Files
Kordant/packages/mobile-api-client/package.json

30 lines
728 B
JSON

{
"name": "@shieldai/mobile-api-client",
"version": "1.0.0",
"description": "React Native API client library for ShieldAI services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint src/",
"test": "jest"
},
"keywords": ["react-native", "api-client", "shieldai"],
"author": "ShieldAI Team",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.72.0",
"expo": ">=49.0.0"
},
"dependencies": {
"expo-secure-store": "^12.8.0",
"@react-native-async-storage/async-storage": "1.23.1",
"axios": "^1.6.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"typescript": "^5.3.0"
}
}