UNPKG

circleci-bin

Version:

CircleCI local command line tool distributed as a node module

155 lines (154 loc) 5.88 kB
{ "name": "circleci-bin", "version": "1.1.22", "description": "CircleCI local command line tool distributed as a node module", "author": "Dennis Torres <djtorres0@gmail.com>", "bin": { "circleci": "dist/circleci" }, "bugs": "https://github.com/psirenny/circleci-bin/issues", "dependencies": { "decompress": "^4.2.1", "fs-extra": "^9.0.1", "node-fetch": "^2.6.0", "tempy": "^0.5.0" }, "devDependencies": { "@ava/babel": "1.0.1", "@babel/core": "7.10.2", "@babel/node": "7.10.1", "@babel/plugin-external-helpers": "7.10.1", "@babel/plugin-proposal-class-properties": "7.10.1", "@babel/plugin-proposal-decorators": "7.10.1", "@babel/plugin-proposal-do-expressions": "7.10.1", "@babel/plugin-proposal-export-default-from": "7.10.1", "@babel/plugin-proposal-export-namespace-from": "7.10.1", "@babel/plugin-proposal-function-bind": "7.10.1", "@babel/plugin-proposal-function-sent": "7.10.1", "@babel/plugin-proposal-json-strings": "7.10.1", "@babel/plugin-proposal-logical-assignment-operators": "7.10.1", "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1", "@babel/plugin-proposal-numeric-separator": "7.10.1", "@babel/plugin-proposal-object-rest-spread": "7.10.1", "@babel/plugin-proposal-optional-catch-binding": "7.10.1", "@babel/plugin-proposal-optional-chaining": "7.10.1", "@babel/plugin-proposal-pipeline-operator": "7.10.1", "@babel/plugin-proposal-throw-expressions": "7.10.1", "@babel/plugin-proposal-unicode-property-regex": "7.10.1", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-import-meta": "7.10.1", "@babel/plugin-transform-flow-strip-types": "7.10.1", "@babel/polyfill": "7.10.1", "@babel/preset-env": "7.10.2", "@commitlint/cli": "8.3.5", "@commitlint/config-conventional": "8.3.4", "@psirenny/babel-preset": "4.0.4", "@psirenny/dictionary": "4.0.4", "@psirenny/eslint-config": "8.0.0", "@psirenny/npm-package-json-lint-config": "4.0.4", "@psirenny/remark-preset": "4.0.4", "@psirenny/retext-preset": "4.0.4", "ava": "3.9.0", "babel-eslint": "10.1.0", "babel-plugin-preval": "5.0.0", "dictionary-en": "3.0.1", "dir-compare": "2.3.0", "eslint": "7.2.0", "eslint-config-airbnb-base": "14.2.0", "eslint-plugin-array-func": "3.1.6", "eslint-plugin-ava": "10.3.1", "eslint-plugin-babel": "5.3.0", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-eslint-plugin": "2.2.2", "eslint-plugin-flowtype": "5.1.3", "eslint-plugin-import": "2.21.2", "eslint-plugin-markdown": "1.0.2", "eslint-plugin-optimize-regex": "1.2.0", "eslint-plugin-unicorn": "20.1.0", "flow-bin": "0.127.0", "flow-typed": "3.1.0", "greenkeeper-lockfile": "2.8.0", "husky": "4.2.5", "npm-package-json-lint": "5.1.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", "remark-cli": "8.0.0", "remark-lint-blockquote-indentation": "2.0.0", "remark-lint-checkbox-character-style": "2.0.0", "remark-lint-code-block-style": "2.0.0", "remark-lint-emphasis-marker": "2.0.0", "remark-lint-fenced-code-marker": "2.0.0", "remark-lint-heading-style": "2.0.0", "remark-lint-link-title-style": "2.0.0", "remark-lint-rule-style": "2.0.0", "remark-lint-strong-marker": "2.0.0", "remark-lint-table-cell-padding": "2.0.0", "remark-preset-lint-consistent": "3.0.0", "remark-preset-lint-markdown-style-guide": "3.0.0", "remark-preset-lint-recommended": "4.0.0", "remark-retext": "4.0.0", "retext-assuming": "1.0.0", "retext-contractions": "4.0.0", "retext-diacritics": "3.0.0", "retext-english": "3.0.4", "retext-equality": "5.0.0", "retext-indefinite-article": "2.0.1", "retext-intensify": "5.0.0", "retext-passive": "3.0.0", "retext-profanities": "6.0.0", "retext-quotes": "4.0.0", "retext-readability": "6.0.0", "retext-redundant-acronyms": "3.0.0", "retext-repeated-words": "3.0.0", "retext-sentence-spacing": "4.0.0", "retext-simplify": "6.0.0", "retext-spell": "4.0.0", "retext-syntax-mentions": "2.1.0", "retext-syntax-urls": "2.0.0", "rollup": "2.17.0", "rollup-plugin-babel": "5.0.0-alpha.0", "rollup-plugin-executable": "1.6.0", "standard-version": "8.0.0", "trash-cli": "3.0.0", "unified": "9.0.0" }, "homepage": "https://github.com/psirenny/circleci-bin", "keywords": [ "binary", "CircleCI", "cli", "local" ], "license": "Unlicense", "main": "dist/index.js", "repository": "github:psirenny/circleci-bin", "scripts": { "audit": "yarn audit", "build": "rollup -c", "check": "run-s lint test test:cov typecheck", "ci:check": "ci:validate ci:run", "ci:run": ".bin/circleci build --job check", "ci:validate": ".bin/circleci config validate", "clean": "trash **.DS_Store *.log .bin .nyc_output coverage dist node_modules", "flow:install": "run-s flow:update", "flow:stub": "flow-typed create-stub", "flow:update": "flow-typed update", "lint": "run-s lint:js lint:md lint:pkg", "lint:js": "eslint . --ext .js,.md", "lint:md": "remark --frail .", "lint:pkg": "npmPkgJsonLint ./package.json", "outdated": "yarn outdated", "prepublish": "run-s build", "publish": "standard-version", "release": "git push --follow-tags origin master && yarn publish", "test": "nyc ava --verbose", "test:cov": "nyc check-coverage", "test:cov:report": "nyc report --reporter=html", "typecheck": "flow .", "update": "run-s update:bin update:js update:yarn", "update:bin": "babel-node src/code/scripts/update-version", "update:js": "yarn upgrade-interactive --latest", "update:yarn": "yarn policies set-version" }, "sideEffects": false }