react-native-accordion-wrapper
Version:
A handy wrapper of accordion behavior for react native components
41 lines (40 loc) • 1.07 kB
JSON
{
"name": "react-native-accordion-wrapper",
"version": "1.0.6",
"description": "A handy wrapper of accordion behavior for react native components",
"author": "Ali Saeedifar <aliunco90@gmail.com>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "rm -rf lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aliunco/react-native-accordion-wrapper.git"
},
"keywords": [
"react-native",
"accordion",
"react-native-accordion",
"react-native-component"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^16.13.1",
"@types/react-native": "^0.63.3",
"typescript": "^4.7.4"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/aliunco/react-native-accordion-wrapper/issues"
},
"homepage": "https://github.com/aliunco/react-native-accordion-wrapper#readme",
"files": [
"/lib"
]
}