bless-dev
Version:
A dynamic and customizable onboarding screen component for React Native Expo applications with multi-screen navigation and data collection
44 lines (43 loc) • 1.08 kB
JSON
{
"name": "bless-dev",
"version": "1.1.0",
"description": "A dynamic and customizable onboarding screen component for React Native Expo applications with multi-screen navigation and data collection",
"license": "ISC",
"author": "bless",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "node test/run-tests.js",
"build": "echo \"No build step required\"",
"prepublishOnly": "npm run test && npm run build",
"validate": "npm run test",
"prepack": "npm run validate"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"expo": ">=40.0.0",
"expo-document-picker": ">=10.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.70.0",
"typescript": "^4.9.0"
},
"keywords": [
"react-native",
"expo",
"onboarding",
"ui",
"component",
"sdk",
"multi-screen",
"file-upload",
"data-collection",
"dynamic-config"
],
"repository": {
"type": "git",
"url": "https://github.com/yourusername/bless-dev.git"
}
}