UNPKG

react-native-canvas

Version:
27 lines (26 loc) 733 B
{ "name": "react-native-canvas", "license": "MIT", "version": "0.1.40", "main": "dist/Canvas", "scripts": { "build": "node bundle-html.js ./src/index.html && tsc", "copy-to-example": "rsync -rv dist example/node_modules/react-native-canvas", "build-to-example": "npm run build; npm run copy-to-example;", "prepare": "npm run build" }, "devDependencies": { "eslint": "^4", "eslint-config-fbjs-opensource": "^1.0.0", "parse5": "^5.0.0", "prettier": "^3.3.0", "typescript": "^5.4.5" }, "dependencies": { "ctx-polyfill": "^1.1.4" }, "repository": "https://github.com/iddan/react-native-canvas", "peerDependencies": { "react-native-webview": ">=5.10.0 || >=6.1.0" } }