You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.2 KiB

{
"name": "now",
"version": "5.3.1",
"private": true,
"scripts": {
"precommit": "xo --quiet && lint-staged",
"lint": "xo",
"test": "npm run lint && ava",
"pack": "pkg bin/now.js --config package.json --out-dir packed"
},
"pkg": {
"scripts": [
"bin/*",
"lib/**/*"
],
"targets": [
"node7-alpine-x64",
"node7-linux-x64",
"node7-macos-x64",
"node7-win-x64"
]
},
"bin": {
"now": "./bin/now.js"
},
"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"
]
},
"dependencies": {
"@google/maps": "0.3.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",
"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",
"fs-extra": "3.0.1",
"glob": "7.1.1",
"ignore": "3.3.1",
"ini": "1.3.4",
"inquirer": "3.0.6",
"is-url": "1.2.2",
"lodash.range": "3.2.0",
"minimist": "1.2.0",
"ms": "2.0.0",
"node-fetch": "1.6.3",
"opn": "5.0.0",
"ora": "1.2.0",
"printf": "0.2.5",
"progress": "2.0.0",
"psl": "1.1.18",
"resumer": "0.0.0",
"single-line-log": "1.1.2",
"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"
},
"devDependencies": {
"alpha-sort": "2.0.1",
"ava": "0.19.1",
"eslint-config-prettier": "2.1.0",
"husky": "0.13.3",
"lint-staged": "3.4.2",
"pkg": "3.0.4",
"prettier": "1.3.1",
"serve": "5.1.5",
"slackup": "2.0.1",
"xo": "0.18.2"
}
}