mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
Co-authored-by: Trek Glowacki <trek.glowacki@vercel.com> Co-authored-by: Steven <steven@ceriously.com>
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@vercel/client",
|
|
"version": "12.6.6",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"homepage": "https://vercel.com",
|
|
"license": "Apache-2.0",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/vercel.git",
|
|
"directory": "packages/client"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test-e2e": "pnpm test tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts",
|
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail",
|
|
"test-unit": "pnpm test tests/unit.*test.*"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/async-retry": "1.4.5",
|
|
"@types/fs-extra": "7.0.0",
|
|
"@types/jest": "27.4.1",
|
|
"@types/minimatch": "3.0.5",
|
|
"@types/ms": "0.7.30",
|
|
"@types/node": "14.18.33",
|
|
"@types/node-fetch": "2.5.4",
|
|
"@types/recursive-readdir": "2.2.0",
|
|
"@types/tar-fs": "1.16.1",
|
|
"jest-junit": "16.0.0",
|
|
"typescript": "4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/build-utils": "6.8.3",
|
|
"@vercel/routing-utils": "2.2.1",
|
|
"@zeit/fetch": "5.2.0",
|
|
"async-retry": "1.2.3",
|
|
"async-sema": "3.0.0",
|
|
"fs-extra": "8.0.1",
|
|
"ignore": "4.0.6",
|
|
"minimatch": "5.0.1",
|
|
"ms": "2.1.2",
|
|
"node-fetch": "2.6.7",
|
|
"querystring": "^0.2.0",
|
|
"sleep-promise": "8.0.1",
|
|
"tar-fs": "1.16.3"
|
|
}
|
|
}
|