{
    "name": "react-native-base-canvas",
    "title": "React Native Native Canvas",
    "version": "1.0.1",
    "description": "TODO",
    "main": "index.ts",
    "files": [
        "README.md",
        "android",
        "index.ts",
        "ios",
        "src",
        "react-native-native-canvas.podspec"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ngocdh383/react-native-native-canvas.git",
        "baseUrl": "https://github.com/ngocdh383/react-native-native-canvas"
    },
    "keywords": [
        "react-native"
    ],
    "author": {
        "name": "Ngoc Dinh Hong",
        "email": "dinhhongngoc383@gmail.com"
    },
    "license": "MIT",
    "licenseFilename": "LICENSE",
    "readmeFilename": "README.md",
    "peerDependencies": {
        "react": ">=16.8.1",
        "react-native": ">=0.60.0-rc.0 <1.0.x",
        "typescript": "^4.7.3"
    },
    "devDependencies": {
        "@types/jest": "^28.1.1",
        "@types/react": "^18.0.12",
        "@types/react-native": "^0.67.8",
        "@types/react-test-renderer": "^18.0.0",
        "typescript": "^4.7.3"
    }
}