rn-logo-replacer
Version:
This is a project aiming at remplacing the logo of a react native app with a single npx command
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "rn-logo-replacer",
"version": "1.0.5",
"description": "This is a project aiming at remplacing the logo of a react native app with a single npx command",
"main": "dist/main.js",
"bin": {
"rn-logo-replacer": "dist/main.js"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"change-icon": "npx tsc && node dist/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbdelMalti/rn-logo-replacer.git"
},
"keywords": [
"rn",
"react-native",
"react native",
"logo",
"icon"
],
"files": [
"dist"
],
"author": "AbdelMalti",
"license": "MIT",
"bugs": {
"url": "https://github.com/AbdelMalti/rn-logo-replacer/issues"
},
"homepage": "https://github.com/AbdelMalti/rn-logo-replacer#readme",
"devDependencies": {
"@types/node": "^22.13.10",
"typescript": "^5.8.2"
},
"dependencies": {
"@types/fs-extra": "^11.0.4",
"@types/minimist": "^1.2.5",
"commander": "^13.1.0",
"fs-extra": "^11.3.0",
"minimist": "^1.2.8",
"path": "^0.12.7"
}
}