UNPKG

devminds

Version:

Your go-to React Native CLI template packed with **amazing tools** for building robust apps quickly!

50 lines 1.26 kB
{ "name": "devminds", "version": "0.6.9", "description": "Your go-to React Native CLI template packed with **amazing tools** for building robust apps quickly!", "license": "ISC", "author": { "name": "Dev Minds", "url": "https://www.youtube.com/@Dev-Minds", "email": "support@devmindslab.com" }, "repository": { "type": "git", "url": "https://github.com/Abdullah0Dev/stylish-pack" }, "bugs": { "url": "https://github.com/Abdullah0Dev/stylish-pack/issues" }, "publishConfig": { "access": "public" }, "files": [ "template/*", "template/scripts/*", "template.config.js" ], "dependencies": {}, "devDependencies": { "jest": "^29.7.0", "semver": "^7.6.3" }, "homepage": "https://github.com/Abdullah0Dev/stylish-pack#readme", "keywords": [ "react-native", "react-native-template", "react-native-cli", "react-native-cli-template-with-navigation", "tailwind-css", "reanimated", "starter-template", "starter package for react native cli", "react native template", "react native cli starter code", "react native with reanimated", "react native with reanimated & navigation" ], "type": "commonjs", "scripts": { "test": "jest" } }