react-native-feather
Version:
React Native component for Feather icons
48 lines (47 loc) • 1.43 kB
JSON
{
"name": "react-native-feather",
"version": "1.1.2",
"description": "React Native component for Feather icons",
"main": "lib/index.js",
"typings": "lib/react-native-feather.d.ts",
"scripts": {
"prepare-icons": "svgr --native --icon --typescript -d src/icons node_modules/feather-icons/dist/icons",
"prepublish": "npm run prepare-icons && tsc -p tsconfig.json && npx api-extractor run --local && rimraf typings src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yigithanyucedag/react-native-feather.git"
},
"keywords": [
"icon",
"react",
"react-native-feather",
"react-native",
"native",
"rn",
"feather",
"icons"
],
"author": "Yiğithan Yücedağ",
"license": "MIT",
"bugs": {
"url": "https://github.com/yigithanyucedag/react-native-feather/issues"
},
"homepage": "https://github.com/yigithanyucedag/react-native-feather#readme",
"peerDependencies": {
"react-native": ">=0.46",
"react-native-svg": ">=5.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.16.1",
"@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
"@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
"@svgr/cli": "^5.5.0",
"@types/react": "^17.0.11",
"feather-icons": "^4.28.0",
"react-native": "^0.64.2",
"react-native-svg": "^12.1.1",
"rimraf": "^3.0.2",
"typescript": "^4.3.4"
}
}