UNPKG

1.51 kBJSONView Raw
1{
2 "name": "@now/build-utils",
3 "version": "2.4.0",
4 "license": "MIT",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.js",
7 "homepage": "https://github.com/vercel/vercel/blob/master/DEVELOPING_A_RUNTIME.md",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/vercel/vercel.git",
11 "directory": "packages/now-build-utils"
12 },
13 "scripts": {
14 "build": "./build.sh",
15 "test-unit": "jest --env node --verbose --runInBand --bail test/unit.*test.*",
16 "test-integration-once": "jest --env node --verbose --runInBand --bail test/integration.test.js",
17 "prepublishOnly": "./build.sh"
18 },
19 "devDependencies": {
20 "@iarna/toml": "2.2.3",
21 "@types/async-retry": "^1.2.1",
22 "@types/cross-spawn": "6.0.0",
23 "@types/end-of-stream": "^1.4.0",
24 "@types/fs-extra": "^5.0.5",
25 "@types/glob": "^7.1.1",
26 "@types/jest": "24.0.22",
27 "@types/js-yaml": "3.12.1",
28 "@types/multistream": "2.1.1",
29 "@types/node-fetch": "^2.1.6",
30 "@types/semver": "6.0.0",
31 "@types/yazl": "^2.4.1",
32 "aggregate-error": "3.0.1",
33 "async-retry": "1.2.3",
34 "async-sema": "2.1.4",
35 "boxen": "4.2.0",
36 "cross-spawn": "6.0.5",
37 "end-of-stream": "1.4.1",
38 "fs-extra": "7.0.0",
39 "glob": "7.1.3",
40 "into-stream": "5.0.0",
41 "jest": "24.9.0",
42 "js-yaml": "3.13.1",
43 "minimatch": "3.0.4",
44 "multistream": "2.1.1",
45 "node-fetch": "2.2.0",
46 "semver": "6.1.1",
47 "ts-jest": "24.1.0",
48 "typescript": "3.9.3",
49 "yazl": "2.4.3"
50 }
51}