UNPKG

react-native-bootsplash-cli-fork

Version:

Fork of CLI for generating assets for react-native-bootsplash.

78 lines (77 loc) 2.03 kB
{ "name": "react-native-bootsplash-cli-fork", "version": "4.5.2", "license": "MIT", "description": "Fork of CLI for generating assets for react-native-bootsplash.", "author": "Mathieu Acthernoene <zoontek@gmail.com>", "homepage": "https://github.com/shaddix/react-native-bootsplash-cli-fork", "main": "dist/commonjs/index.js", "module": "dist/module/index.js", "types": "dist/typescript/index.d.ts", "files": [ "/dist", "/src", "bsconfig.json", "package.json", "react-native.config.js" ], "repository": { "type": "git", "url": "https://github.com/shaddix/react-native-bootsplash-cli-fork.git" }, "keywords": [ "react-native-bootsplash", "react-native", "boot-splash", "bootsplash", "boot-screen", "bootscreen", "splash-screen", "splashscreen", "launch-screen", "launchscreen" ], "scripts": { "format": "prettier '**/*.{js,json,md,ts,tsx}' --write", "setup-hooks": "git config --local core.hooksPath .hooks", "prepare": "yarn setup-hooks && bob build", "do-publish": "yarn publish" }, "react-native-builder-bob": { "source": "src", "output": "dist", "targets": [ "commonjs", "module", "typescript" ] }, "prettier": { "trailingComma": "all" }, "lint-staged": { "**/*.{js,json,md,ts,tsx}": "prettier --write" }, "peerDependencies": { "react-native": ">=0.65.0" }, "dependencies": { "fs-extra": "^11.1.0", "sharp": "^0.31.3", "picocolors": "^1.0.0" }, "devDependencies": { "@babel/core": "^7.21.0", "@types/fs-extra": "^11.0.1", "@types/react": "^18.0.28", "@types/sharp": "^0.31.1", "lint-staged": "^13.1.2", "prettier": "^2.8.4", "prettier-plugin-organize-imports": "^3.2.2", "react": "18.2.0", "react-native": "0.71.3", "react-native-builder-bob": "^0.20.4", "rescript": "^10.1.2", "typescript": "^4.9.5" } }