UNPKG

@cypress/deploy-bits

Version:
81 lines (80 loc) 2.15 kB
{ "name": "@cypress/deploy-bits", "description": "Reusable deployment utilities", "version": "1.8.0", "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "bugs": "https://github.com/cypress-io/deploy-bits/issues", "engines": { "node": ">=10" }, "files": [ "src/*.js", "!src/*-spec.js" ], "homepage": "https://github.com/cypress-io/deploy-bits#readme", "keywords": [ "deploy", "git", "s3", "utils" ], "license": "MIT", "main": "src/", "publishConfig": { "registry": "http://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/cypress-io/deploy-bits.git" }, "scripts": { "ban": "ban", "deps": "deps-ok && dependency-check --no-dev .", "unused-deps": "dependency-check --unused --no-dev .", "issues": "git-issues", "license": "license-checker --production --onlyunknown --csv", "lint": "standard --verbose --fix src/*.js", "prelint": "npm run pretty", "pretest": "npm run lint", "pretty": "prettier-standard 'src/*.js'", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "test": "npm run unit", "unit": "mocha src/*-spec.js", "semantic-release": "semantic-release" }, "release": { "access": "public" }, "devDependencies": { "ban-sensitive-files": "1.9.0", "dependency-check": "2.9.1", "deps-ok": "1.2.1", "git-issues": "1.3.1", "license-checker": "15.0.0", "mocha": "4.0.1", "prettier-standard": "7.0.3", "semantic-release": "^17.1.2", "snap-shot-it": "4.0.1", "standard": "10.0.3" }, "dependencies": { "@cypress/commit-info": "1.2.2", "@cypress/env-or-json-file": "1.2.0", "@cypress/questions-remain": "1.0.1", "bluebird": "3.5.1", "chalk": "2.3.0", "check-more-types": "2.24.0", "debug": "3.1.0", "gift": "0.10.0", "gulp": "4.0.2", "gulp-awspublish": "4.1.2", "human-interval": "0.1.6", "inquirer": "3.3.0", "is-ci": "1.0.10", "lazy-ass": "1.6.0", "lodash": "4.17.4", "merge-stream": "1.0.1", "minimist": "1.2.0", "ramda": "0.25.0" } }