UNPKG

@netlify/zip-it-and-ship-it

Version:
103 lines (102 loc) 2.95 kB
{ "name": "@netlify/zip-it-and-ship-it", "version": "1.6.2", "description": "Zip it and ship it", "main": "./src/main.js", "bin": { "zip-it-and-ship-it": "src/bin.js" }, "files": [ "src/**/*.js", "!src/fixtures", "!src/helpers", "!src/**/**.test.js" ], "scripts": { "prepublishOnly": "git push && git push --tags && gh-release", "test": "npm run format && npm run test:dev", "format": "run-s format:*", "format:lint": "eslint --ignore-path .gitignore --fix --cache --format=codeframe --max-warnings=0 \"src/**/*.js\"", "format:prettier": "prettier --ignore-path .gitignore --write --loglevel warn \"src/**/*.js\" \"*.{js,md,yml,json}\" \"!package-lock.json\"", "test:dev": "ava", "test:ci": "nyc -r lcovonly -r text -r json ava", "update-snapshots": "ava -u", "version": "auto-changelog -p --template keepachangelog --breaking-pattern breaking && npm run format:prettier && git add CHANGELOG.md" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-push": "npm run format" } }, "keywords": [ "api", "bundler", "cli", "lambda", "lambda functions", "netlify", "static" ], "author": "Netlify, Inc", "license": "MIT", "repository": "netlify/zip-it-and-ship-it", "homepage": "https://github.com/netlify/zip-it-and-ship-it#README", "bugs": { "url": "https://github.com/netlify/zip-it-and-ship-it/issues" }, "dependencies": { "archiver": "^4.0.0", "common-path-prefix": "^2.0.0", "cp-file": "^7.0.0", "elf-cam": "^0.1.1", "end-of-stream": "^1.4.4", "find-up": "^4.1.0", "glob": "^7.1.6", "junk": "^3.1.0", "locate-path": "^5.0.0", "make-dir": "^3.1.0", "p-map": "^3.0.0", "path-exists": "^4.0.0", "pkg-dir": "^4.2.0", "precinct": "^6.3.1", "require-package-name": "^2.0.1", "resolve": "^2.0.0-next.1", "semver": "^7.3.2", "unixify": "^1.0.0", "yargs": "^15.4.1" }, "devDependencies": { "@babel/core": "^7.10.5", "@babel/plugin-transform-runtime": "^7.10.5", "@babel/preset-env": "^7.10.4", "@babel/runtime": "^7.10.5", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "adm-zip": "^0.5.0", "auto-changelog": "^2.2.0", "ava": "^2.4.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "common-path-prefix": "^2.0.0", "cpy": "^8.0.0", "del": "^5.1.0", "eslint": "^6.8.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "execa": "^3.4.0", "get-stream": "^5.1.0", "gh-release": "^4.0.0", "husky": "^4.2.5", "npm-run-all": "^4.1.5", "nyc": "^15.0.0", "path-exists": "^4.0.0", "prettier": "^1.19.1", "tmp-promise": "^3.0.2" }, "engines": { "node": ">=8.3.0" } }