react-native-shakeyos-cards
Version:
Chat component for React Native
22 lines • 542 B
JSON
{
"name": "react-native-shakeyos-cards",
"version": "1.0.4",
"description": "Chat component for React Native",
"main": "dist/AgentCard.js",
"dependencies": {},
"peerDependencies": {
"react": ">=17.0.2",
"react-native": ">=0.68.0",
"@react-navigation/native": "^6.0.0"
},
"keywords": [
"react-native",
"agent-card"
],
"author": "idk",
"license": "ISC",
"scripts": {
"build": "pnpm exec babel src -d dist --extensions \".js,.jsx\"",
"test": "echo \"Error: no test specified\" && exit 1"
}
}