UNPKG

expo-svg-uri

Version:
45 lines (44 loc) 915 B
{ "name": "expo-svg-uri", "version": "2.0.0", "description": "Render an SVG Image", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "rm -rf dist && pnpm build" }, "repository": { "type": "git", "url": "git+https://github.com/thongdn-it/expo-svg-uri.git" }, "homepage": "https://github.com/thongdn-it/expo-svg-uri#readme", "keywords": [ "expo", "svg", "url", "uri" ], "author": { "name": "Thong Dang", "email": "thongdn.it@gmail.com", "url": "https://github.com/thongdn-it" }, "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.9.0", "react-native-svg": "^15.11.0" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@types/react": "*", "typescript": "^5.1.6" }, "files": [ "dist" ] }