react-native-app-starter
Version:
A React Native Template.
64 lines (62 loc) • 1.49 kB
JSON
{
"name": "react-native-app-starter",
"version": "2.0.1",
"description": "A React Native Template.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "dist/index.js",
"files": [
"dist/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"dev": "node dev.js",
"test": "echo \"No test specified\" && exit 1",
"test:modules": "npm run build && node dist/example-tests.js",
"start": "node dist/index.js",
"prepublishOnly": "npm run build && npm run test:modules",
"prepack": "npm run build && echo 'Preparing package for publishing...'",
"publish:dry": "npm publish --dry-run",
"check-files": "npm pack --dry-run",
"clean": "rm -rf dist"
},
"keywords": [
"react-native",
"boilerplate",
"starter",
"template",
"dark-theme",
"localization",
"react-tab",
"redux",
"redux-saga",
"react-redux",
"redux-persist",
"theme",
"hooks",
"theme-context",
"react-native-theme"
],
"repository": {
"type": "git",
"url": "git+https://github.com/atliq/react-native-starter.git"
},
"author": {
"name": "Atliq Technologies"
},
"license": "ISC",
"dependencies": {
"cli-select": "^1.1.2",
"commander": "^14.0.0",
"shelljs": "^0.10.0"
},
"devDependencies": {
"@types/node": "^20.19.4",
"@types/shelljs": "^0.8.17",
"typescript": "^5.8.3"
},
"packageManager": "yarn@3.6.4"
}