{
  "name": "react-native-drawing",
  "version": "1.6.0",
  "type": "module",
  "main": "./lib/dist/lib/src/index.js",
  "types": "./lib/dist/lib/src/index.d.ts",
  "scripts": {
    "delete-duplicated-react": "node ./scripts/delete-react",
    "postinstall": "npm install --prefix ./core ; npm run create-env ; npm run create-bundle-blank ; npm run delete-duplicated-react",
    "dev": "cd core ; npm run dev",
    "lint": "tsc --noEmit -p ./core/tsconfig.app.json ; tsc --noEmit -p ./lib/tsconfig.json ; eslint .",
    "build": "npm run build-core ; npm run create-bundle ; npm run build-lib ; npm run set-production",
    "build-core": "cd core ; npm run build",
    "build-lib": "cd lib ; npm run build",
    "create-bundle-blank": "node ./scripts/build-single-html.js --blank",
    "create-bundle": "node ./scripts/build-single-html.js",
    "create-env": "node ./scripts/create-env.js",
    "set-production": "node ./scripts/set-production-state.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rykycastilla/react-native-drawing.git"
  },
  "keywords": [
    "react-native",
    "react",
    "canvas",
    "drawing",
    "artboard",
    "finger-paint",
    "touch-drawing",
    "react-native-drawing",
    "mobile-drawing",
    "custom-view"
  ],
  "author": "Orestes Ricardo Castilla Escalona",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rykycastilla/react-native-drawing/issues"
  },
  "homepage": "https://rn-drawing.ryky.tech",
  "description": "A React Native library that provides a canvas to perform drawing actions",
  "devDependencies": {
    "@types/lodash": "^4.17.20",
    "@types/react": "^18.0.3",
    "@typescript-eslint/eslint-plugin": "7.15.0",
    "@typescript-eslint/parser": "7.15.0",
    "eslint": "8.57.0",
    "eslint-plugin-react-hooks": "4.6.2",
    "eslint-plugin-react-refresh": "0.4.7",
    "typescript": "~5.5.0"
  },
  "packageManager": "npm@10.8.2",
  "dependencies": {
    "lodash": "^4.17.21"
  }
}
