@teknyo/react-native-splash-generator
Version:
Automatically generate splash screens for React Native projects across iOS, Android, and Web platforms with support for dark mode, branding, and custom configurations.
120 lines (119 loc) • 3.19 kB
JSON
{
"name": "@teknyo/react-native-splash-generator",
"version": "1.0.1",
"description": "Automatically generate splash screens for React Native projects across iOS, Android, and Web platforms with support for dark mode, branding, and custom configurations.",
"private": false,
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"bin": {
"rn-splash": "./dist/bin/cli.js",
"react-native-splash": "./dist/bin/cli.js"
},
"scripts": {
"clean": "rimraf dist",
"build": "tsup",
"dev": "tsup --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"type-check": "tsc --noEmit",
"validate": "npm run lint && npm run type-check && npm run test"
},
"keywords": [
"react-native",
"splash-screen",
"android",
"ios",
"dark-mode",
"splash-generator",
"react-native-splash",
"android12",
"mobile",
"web",
"splash",
"launch-screen",
"generator",
"branding"
],
"author": {
"name": "Teknyo",
"email": "support@teknyo.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teknyo/react-native-splash-generator.git"
},
"bugs": {
"url": "https://github.com/teknyo/react-native-splash-generator/issues"
},
"homepage": "https://github.com/teknyo/react-native-splash-generator#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"android",
"ios",
"react-native.config.js",
"react-native-splash-screen.podspec",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"dependencies": {
"chalk": "^4.1.2",
"commander": "^14.0.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.3",
"path": "^0.12.7",
"plist": "^3.1.0",
"sharp": "^0.34.3",
"xml2js": "^0.6.2",
"yaml": "^2.8.0"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/runtime": "^7.22.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^30.0.0",
"@types/node": "^24.1.0",
"@types/plist": "^3.0.5",
"@types/react": "^19.1.8",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^30.0.5",
"metro-config": "^0.80.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.0.3",
"react-native-svg-transformer": "^1.3.0",
"rimraf": "^6.0.1",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}