UNPKG

@flexnative/avatar

Version:
39 lines (38 loc) 906 B
{ "name": "@flexnative/avatar", "version": "0.0.7", "description": "React Native Avatar", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "files": [ "dist/**/*" ], "exports": { ".": "./dist/index.js" }, "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Redon Alla", "license": "MIT", "keywords": [ "react", "react-native", "avatar" ], "peerDependencies": { "@flexnative/theme-context": "*", "@flexnative/icons": "*", "expo-image": "*" }, "homepage": "https://redonalla.github.io/flexnative/", "bugs": "https://github.com/RedonAlla/flexnative/issues", "repository": { "type": "git", "url": "https://github.com/RedonAlla/flexnative.git", "directory": "npm-packages/src/packages/context/ra-avatar" } }