UNPKG

react-native-ballast-charts

Version:

High-performance interactive charts for React Native with advanced gap handling and financial data visualization

94 lines (93 loc) 2.34 kB
{ "name": "react-native-ballast-charts", "version": "1.0.0", "description": "High-performance interactive charts for React Native with advanced gap handling and financial data visualization", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "src", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf lib", "prepublishOnly": "npm run clean && npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:ci": "jest --ci --coverage --watchAll=false", "type-check": "tsc --noEmit" }, "peerDependencies": { "react": ">=18.0.0", "react-native": ">=0.70.0", "react-native-gesture-handler": ">=2.0.0", "react-native-reanimated": ">=3.0.0", "react-native-svg": ">=13.0.0" }, "peerDependenciesMeta": { "react-native-reanimated": { "optional": false }, "react-native-gesture-handler": { "optional": false }, "react-native-svg": { "optional": false } }, "devDependencies": { "@babel/preset-flow": "^7.27.1", "@testing-library/jest-native": "^5.4.0", "@testing-library/react-native": "^12.0.0", "@types/jest": "^29.5.0", "@types/react": "^18.3.23", "@types/react-native": "^0.73.0", "jest": "^29.0.0", "jest-environment-jsdom": "^30.0.0-beta.3", "react": "18.2.0", "react-native": "0.73.0", "react-test-renderer": "^19.1.0", "ts-jest": "^29.1.0", "typescript": "^5.8.0" }, "keywords": [ "react-native", "charts", "financial", "ballast", "finance", "interactive", "typescript", "performance", "svg", "reanimated", "gestures", "stock-charts", "investment", "gap-handling", "mobile" ], "repository": { "type": "git", "url": "https://github.com/treviesweets/react-native-ballast-charts.git" }, "bugs": { "url": "https://github.com/treviesweets/react-native-ballast-charts/issues" }, "homepage": "https://github.com/treviesweets/react-native-ballast-charts#readme", "license": "MIT", "author": { "name": "Trevor Sweetnam", "email": "treviesweets@hotmail.com" }, "engines": { "node": ">=16.0.0" }, "publishConfig": { "access": "public" } }