native-spark
Version:
A React Native component for Spark UI
35 lines (34 loc) • 737 B
JSON
{
"name": "native-spark",
"version": "1.0.46",
"description": "A React Native component for Spark UI",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"react-native",
"ui-component",
"spark-ui",
"react-native-ui",
"react-native-components",
"react",
"mobile-ui",
"native-ui"
],
"author": "",
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.73.0",
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": "^18.0.0",
"react-native": "^0.76.7"
}
}