react-native-timeline-flatlist
Version:
Timeline component for React Native
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "react-native-timeline-flatlist",
"version": "1.0.0",
"description": "Timeline component for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:eugnis/react-native-timeline-flatlist.git"
},
"keywords": [
"react-native",
"timeline",
"flatlist",
"schedule",
"react native component",
"ios",
"android",
"component",
"typescript"
],
"peerDependencies": {
"react": ">= 17.0.0",
"react-native": ">= 0.64.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"react": "^19.0.0",
"react-native": "^0.76.0",
"typescript": "^5.0.0"
},
"author": "Eugnis (https://github.com/eugnis)",
"contributors": [
"Watcharachai Kanjaikaew (https://github.com/thegamenicorus)",
"Eugnis (https://github.com/eugnis)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/eugnis/react-native-timeline-flatlist/issues"
},
"homepage": "https://github.com/eugnis/react-native-timeline-flatlist",
"files": [
"lib",
"src"
]
}