UNPKG

@qiwi/npm-batch-cli-pipe

Version:

CLI utility for performing batched npm actions with pipe input

63 lines (62 loc) 1.91 kB
{ "name": "@qiwi/npm-batch-cli-pipe", "version": "1.4.0", "private": false, "publishConfig": { "access": "public" }, "description": "CLI utility for performing batched npm actions with pipe input", "keywords": [ "npm", "batch", "deprecate", "cli" ], "main": "target/es5/index.js", "source": "target/ts/index.ts", "types": "target/es5/index.d.ts", "typescript": { "definition": "target/es5/index.d.ts" }, "bin": "target/es5/index.js", "files": [ "README.md", "CHANGELOG.md", "target", "typings", "flow-typed", "buildstamp.json" ], "scripts": { "test": "yarn lint && yarn jest", "jest": "jest -w=1 --config=jest.config.json", "lint": "eslint src/**/*.ts", "lint:fix": "yarn lint --fix", "clean": "rimraf target typings flow-typed buildcache coverage docs buildstamp.json", "prebuild": "buildstamp --git --out.path buildstamp.json", "build": "yarn build:es5 && yarn build:es6 && yarn build:ts", "build:es5": "mkdirp target/es5 && tsc -p tsconfig.es5.json", "build:es6": "mkdirp target/es6 && tsc -p tsconfig.es6.json", "build:ts": "cpy src/main/ts/ target/ts/", "build:local": "yarn build:es5 && chmod +x target/es5/index.js", "uglify": "for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done", "postupdate": "yarn && yarn build && yarn test", "format": "prettier --write 'src/**/*.ts'" }, "dependencies": { "@qiwi/npm-batch-cli-api": "2.2.0" }, "devDependencies": { "@qiwi/npm-batch-client-infra": "1.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/qiwi/npm-batch-action.git" }, "license": "MIT", "bugs": { "url": "https://github.com/qiwi/npm-batch-action/issues" }, "homepage": "https://github.com/qiwi/npm-batch-action/#readme", "prettier": "prettier-config-qiwi" }