react-native-pizza-chart
Version:
A customizable and animated pizza chart component for React Native
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "react-native-pizza-chart",
"version": "1.0.9",
"description": "A customizable and animated pizza chart component for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GruffDuck/pizzaChartKit.git"
},
"keywords": [
"react-native",
"chart",
"pizza-chart",
"pie-chart",
"storage-chart",
"animated-chart",
"react-native-component",
"expo"
],
"author": "GruffDuck",
"license": "MIT",
"bugs": {
"url": "https://github.com/GruffDuck/pizzaChartKit/issues"
},
"homepage": "https://github.com/GruffDuck/pizzaChartKit#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"react-native-svg": ">=12.0.0",
"expo": ">=38.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.70.0",
"typescript": "^4.9.0"
}
}