{ "name": "now", "version": "6.0.0", "private": true, "scripts": { "postinstall": "node download/postinstall.js", "precommit": "xo --quiet && lint-staged", "prepublish": "in-install || (npm run webpack && node download/placeholder.js)", "lint": "xo --quiet", "test": "npm run lint && ava", "pack": "pkg bin/now.js -c package.json -o packed/now", "webpack": "webpack --context download --config download/webpack.js" }, "pkg": { "scripts": [ "bin/*", "lib/**/*" ], "targets": [ "node7-alpine-x64", "node7-linux-x64", "node7-macos-x64", "node7-win-x64" ] }, "bin": { "now": "download/dist/now" }, "files": [ "download" ], "ava": { "failFast": true, "files": [ "test/*.js" ] }, "xo": { "ignores": [ "test/_fixtures/**" ], "extends": "prettier" }, "lint-staged": { "*.js": [ "npm run lint", "prettier --single-quote --no-semi --write", "git add" ] }, "devDependencies": { "@google/maps": "0.3.1", "alpha-sort": "2.0.1", "ansi-escapes": "2.0.0", "ansi-regex": "2.1.1", "arr-flatten": "1.0.3", "array-unique": "0.3.2", "async-retry": "0.3.0", "ava": "0.19.1", "babel-core": "6.24.1", "babel-loader": "7.0.0", "babel-plugin-transform-async-to-generator": "6.24.1", "babel-plugin-transform-runtime": "6.23.0", "babel-preset-es2015": "6.24.1", "bytes": "2.5.0", "chalk": "1.1.3", "clipboardy": "1.1.2", "credit-card": "3.0.1", "cross-spawn": "5.1.0", "dateformat": "2.0.0", "docker-file-parser": "1.0.2", "dotenv": "4.0.0", "download": "6.1.0", "email-prompt": "0.3.0", "email-validator": "1.0.7", "epipebomb": "1.0.0", "eslint-config-prettier": "2.1.0", "fs-extra": "3.0.1", "glob": "7.1.1", "ignore": "3.3.1", "in-publish": "2.0.0", "ini": "1.3.4", "inquirer": "3.0.6", "is-url": "1.2.2", "lint-staged": "3.4.2", "lodash.range": "3.2.0", "minimist": "1.2.0", "ms": "2.0.0", "node-fetch": "1.6.3", "ora": "1.2.0", "pkg": "3.0.4", "prettier": "1.3.1", "printf": "0.2.5", "progress": "2.0.0", "psl": "1.1.18", "resumer": "0.0.0", "serve": "5.1.5", "single-line-log": "1.1.2", "slackup": "2.0.1", "socket.io-client": "2.0.1", "split-array": "1.0.1", "strip-ansi": "3.0.1", "stripe": "4.19.0", "supports-color": "3.2.3", "text-table": "0.2.0", "tmp-promise": "1.0.3", "update-notifier": "2.1.0", "webpack": "2.5.1", "xo": "0.18.2" } }