iconoir/packages/iconoir-react-native/package.json
2021-10-13 16:29:32 +02:00

44 lines
949 B
JSON

{
"name": "iconoir-react-native",
"version": "2.1.0",
"description": "React Native library for Iconoir icon set",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dist": "tsup && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucaburgio/iconoir.git"
},
"keywords": [
"icons",
"svg",
"library",
"react-native"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lucaburgio/iconoir/issues"
},
"sideEffects": false,
"homepage": "https://iconoir.com",
"peerDependencies": {
"react": "^16.8.6 || ^17",
"react-native": ">=0.50.0",
"react-native-svg": "^12.1.1"
},
"devDependencies": {
"@babel/runtime": "^7.15.4",
"@types/react": "^17.0.29",
"react": "^17.0.2",
"react-native-svg": "^12.1.1",
"tsup": "^5.4.0",
"typescript": "^4.4.4"
}
}