{
    "name": "react-native-calendar-timetable",
    "description": "Timetable (schedule) component for React Native applications",
    "version": "1.0.7",
    "private": false,
    "main": "./lib/Timetable.js",
    "types": "./lib/Timetable.d.ts",
    "author": {
        "name": "Dmytro Kardava",
        "email": "dima.kardava@gmail.com",
        "url": "https://github.com/dorkyboi"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dorkyboi/react-native-calendar-timetable.git"
    },
    "keywords": [
        "react-native",
        "react",
        "native",
        "expo",
        "timeline",
        "calendar",
        "timetable",
        "schedule"
    ],
    "peerDependencies": {
        "react": "*",
        "react-native": "*"
    },
    "devDependencies": {
        "react": "18.1.0",
        "react-native": "^0.70",
        "typescript": "^4.9.4",
        "@types/react": "~18.0.14",
        "@types/react-native": "~0.70.6"
    },
    "license": "MIT"
}
