UNPKG

2.41 kBJSONView Raw
1{
2 "name": "@netlify/build",
3 "version": "2.0.19",
4 "description": "Netlify build module",
5 "main": "src/core/main.js",
6 "bin": {
7 "netlify-build": "./src/core/bin.js"
8 },
9 "files": [
10 "src",
11 "!*.test.*",
12 "!*~"
13 ],
14 "author": "Netlify Inc.",
15 "contributors": [
16 "David Wells <hello@davidwells.io> (https://davidwells.io/)",
17 "Swyx <swyx@netlify.com> (https://www.swyx.io)"
18 ],
19 "scripts": {
20 "release:patch": "npm version patch && npm publish",
21 "release:minor": "npm version minor && npm publish",
22 "release:major": "npm version major && npm publish"
23 },
24 "repository": "https://github.com/netlify/build",
25 "bugs": {
26 "url": "https://github.com/netlify/build/issues"
27 },
28 "license": "MIT",
29 "dependencies": {
30 "@bugsnag/js": "^7.0.0",
31 "@netlify/cache-utils": "^1.0.0",
32 "@netlify/config": "^1.2.4",
33 "@netlify/functions-utils": "^1.2.0",
34 "@netlify/git-utils": "^1.0.0",
35 "@netlify/run-utils": "^0.1.1",
36 "@netlify/zip-it-and-ship-it": "^1.3.1",
37 "analytics": "0.3.1",
38 "array-flat-polyfill": "^1.0.1",
39 "chalk": "^3.0.0",
40 "clean-stack": "^2.2.0",
41 "execa": "^3.3.0",
42 "figures": "^3.2.0",
43 "filter-obj": "^2.0.1",
44 "global-cache-dir": "^1.0.1",
45 "got": "^9.6.0",
46 "indent-string": "^4.0.0",
47 "is-ci": "^2.0.0",
48 "is-plain-obj": "^2.1.0",
49 "js-yaml": "^3.13.1",
50 "locate-path": "^5.0.0",
51 "log-process-errors": "^5.1.2",
52 "make-dir": "^3.0.2",
53 "map-obj": "^4.1.0",
54 "memoize-one": "^5.1.1",
55 "os-name": "^3.1.0",
56 "p-event": "^4.1.0",
57 "p-reduce": "^2.1.0",
58 "path-exists": "^4.0.0",
59 "path-type": "^4.0.0",
60 "pkg-dir": "^4.2.0",
61 "pretty-ms": "^6.0.1",
62 "read-pkg-up": "^7.0.1",
63 "readdirp": "^3.4.0",
64 "resolve": "^2.0.0-next.1",
65 "safe-json-stringify": "^1.2.0",
66 "semver": "^7.1.3",
67 "string-width": "^4.2.0",
68 "strip-ansi": "^6.0.0",
69 "supports-color": "^7.1.0",
70 "update-notifier": "^4.1.0",
71 "uuid": "^7.0.2",
72 "yargs": "^15.3.1"
73 },
74 "devDependencies": {
75 "atob": "^2.1.2",
76 "ava": "^2.4.0",
77 "cp-file": "^7.0.0",
78 "cpy": "^8.1.0",
79 "del": "^5.1.0",
80 "get-bin-path": "^4.0.1",
81 "get-node": "^6.6.0",
82 "has-ansi": "^4.0.0",
83 "moize": "^5.4.6",
84 "nock": "^11.9.1",
85 "path-key": "^3.1.1",
86 "process-exists": "^4.0.0",
87 "yarn": "^1.22.4"
88 },
89 "engines": {
90 "node": ">=8.3.0"
91 }
92}