react-native-version-update
Version:
Change Android and iOS files before build
57 lines (56 loc) • 1.54 kB
JSON
{
"name": "react-native-version-update",
"version": "0.3.0",
"description": "Change Android and iOS files before build",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist --copy-files",
"lint": "eslint src/",
"start": "echo \"Error: this command can't run without 'react-native' package\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">10.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LucasMonteiro1/react-native-version-update.git"
},
"keywords": [
"React",
"Native",
"Version",
"Update",
"build"
],
"author": "Lucas Monteiro",
"license": "ISC",
"bin": {
"version-update": "./.bin/index.js"
},
"bugs": {
"url": "https://github.com/LucasMonteiro1/react-native-version-update/issues"
},
"homepage": "https://github.com/LucasMonteiro1/react-native-version-update#readme",
"dependencies": {
"chalk": "^3.0.0",
"jsonfile": "^5.0.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"plist": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}