UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

83 lines (82 loc) 2.66 kB
{ "name": "@lamantin/fastpush", "version": "0.0.77", "description": "Typed fastlane frontend for pushing builds to store", "main": "build/src/index.js", "types": "build/src/index.d.ts", "author": "https://github.com/whalemare", "license": "MIT", "keywords": [ "fastpush", "fastlane", "lamantin", "react-native" ], "bin": { "fastpush": "build/src/cli/index.js" }, "private": false, "repository": { "type": "git", "url": "https://github.com/lamantin-group/fastpush" }, "scripts": { "prepublishOnly": "yarn build && cp -r assets build && npm version patch", "postpublish": "git push", "lint": "eslint src/**/*.ts --fix", "build": "rm -rf build && tsc && chmod -R +x ./build", "start:android": "ts-node ./src/cli/index.ts android --track beta", "start:android:project": "ts-node ./src/cli/index.ts android --track beta -p /Users/whalemare/Development/react-native/myholiday", "start:help": "ts-node ./src/cli/index.ts -h", "start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts", "start:ios": "ts-node ./src/index.ts ios --track beta", "test": "jest" }, "engines": { "node": ">=8.0.0" }, "dependencies": { "asciiart-logo": "^0.2.6", "boxen": "4.2.0", "chalk": "^3.0.0", "commander": "^4.1.1", "dotenv": "^8.2.0", "fs-jetpack": "^2.2.3", "gradle-to-js": "^2.0.0", "inquirer": "7.0.4", "node-telegram-bot-api": "^0.40.0", "ora": "4.0.3", "shelljs": "^0.8.3", "ts-pattern": "^2.1.1" }, "husky": { "hooks": { "pre-commit": "yarn lint && git add ." } }, "devDependencies": { "@types/chai": "^4.2.8", "@types/commander": "^2.12.2", "@types/inquirer": "^6.5.0", "@types/jest": "^26.0.23", "@types/node-telegram-bot-api": "^0.40.2", "@types/shelljs": "^0.8.6", "@typescript-eslint/eslint-plugin": "2.19.0", "@typescript-eslint/parser": "2.19.0", "chai": "^4.2.0", "codecov": "^3.6.4", "eslint": "6.8.0", "eslint-config-prettier": "6.10.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "3.1.2", "eslint-plugin-promise": "^4.2.1", "husky": "^4.2.1", "jest": "27.0.3", "nodemon": "2.0.2", "nyc": "^15.0.0", "prettier": "1.19.1", "ts-jest": "27.0.2", "ts-node": "10.0.0", "typescript": "4.3.2" } }