UNPKG

@netlify/build

Version:
164 lines (163 loc) • 4.21 kB
{ "name": "@netlify/build", "version": "30.1.1", "description": "Netlify build module", "type": "module", "exports": "./lib/index.js", "main": "./lib/index.js", "types": "./lib/index.d.ts", "bin": { "netlify-build": "./bin.js" }, "files": [ "bin.js", "lib/**/*.js", "lib/**/*.yml", "lib/**/*.d.ts", "types/**/*.d.ts" ], "author": "Netlify Inc.", "contributors": [ "David Wells <hello@davidwells.io> (https://davidwells.io/)", "Swyx <swyx@netlify.com> (https://www.swyx.io)" ], "scripts": { "prebuild": "rm -rf lib", "postbuild": "npx copyfiles \"src/**/*.yml\" lib/ -u 1", "build": "tsc", "test:types": "tsd", "test": "ava && tsd && vitest run", "test:dev": "ava -w", "test:ci": "run-p test:ci:*", "test:ci:types": "tsd", "test:ci:ava": "c8 -r lcovonly -r text -r json ava", "test:ci:vitest": "vitest run" }, "keywords": [ "nodejs", "javascript", "windows", "macos", "linux", "shell", "bash", "build", "terminal", "deployment", "es6", "serverless", "ci", "plugins", "continuous-integration", "continuous-deployment", "continuous-delivery", "continuous-testing", "netlify-plugin", "netlify" ], "homepage": "https://github.com/netlify/build", "repository": { "type": "git", "url": "https://github.com/netlify/build.git", "directory": "packages/build" }, "bugs": { "url": "https://github.com/netlify/build/issues" }, "license": "MIT", "dependencies": { "@bugsnag/js": "^7.0.0", "@netlify/blobs": "^8.1.2", "@netlify/cache-utils": "^5.2.0", "@netlify/config": "^21.0.6", "@netlify/edge-bundler": "12.4.0", "@netlify/framework-info": "^9.9.2", "@netlify/functions-utils": "^5.3.13", "@netlify/git-utils": "^5.2.0", "@netlify/opentelemetry-utils": "^1.3.1", "@netlify/plugins-list": "^6.80.0", "@netlify/run-utils": "^5.2.0", "@netlify/zip-it-and-ship-it": "10.0.4", "@sindresorhus/slugify": "^2.0.0", "ansi-escapes": "^6.0.0", "chalk": "^5.0.0", "clean-stack": "^5.0.0", "execa": "^7.0.0", "fdir": "^6.0.1", "figures": "^5.0.0", "filter-obj": "^5.0.0", "got": "^12.0.0", "hot-shots": "10.2.1", "indent-string": "^5.0.0", "is-plain-obj": "^4.0.0", "js-yaml": "^4.0.0", "keep-func-props": "^4.0.0", "locate-path": "^7.0.0", "log-process-errors": "^8.0.0", "map-obj": "^5.0.0", "memoize-one": "^6.0.0", "minimatch": "^9.0.4", "node-fetch": "^3.3.2", "os-name": "^5.0.0", "p-event": "^6.0.0", "p-every": "^2.0.0", "p-filter": "^4.0.0", "p-locate": "^6.0.0", "p-map": "^7.0.0", "p-reduce": "^3.0.0", "path-exists": "^5.0.0", "path-type": "^5.0.0", "pkg-dir": "^7.0.0", "pretty-ms": "^8.0.0", "ps-list": "^8.0.0", "read-package-up": "^11.0.0", "readdirp": "^3.4.0", "resolve": "^2.0.0-next.5", "rfdc": "^1.3.0", "safe-json-stringify": "^1.2.0", "semver": "^7.3.8", "string-width": "^5.0.0", "strip-ansi": "^7.0.0", "supports-color": "^9.0.0", "terminal-link": "^3.0.0", "ts-node": "^10.9.1", "typescript": "^5.0.0", "uuid": "^9.0.0", "yargs": "^17.6.0" }, "devDependencies": { "@netlify/nock-udp": "^4.0.0", "@opentelemetry/api": "~1.8.0", "@opentelemetry/sdk-trace-base": "~1.24.0", "@types/node": "^14.18.53", "atob": "^2.1.2", "ava": "^4.0.0", "c8": "^7.12.0", "copyfiles": "^2.4.1", "cpy": "^9.0.0", "get-node": "^12.0.0", "get-port": "^6.0.0", "has-ansi": "^5.0.0", "moize": "^6.0.0", "npm-run-all2": "^5.0.0", "process-exists": "^5.0.0", "sinon": "^13.0.0", "tmp-promise": "^3.0.2", "tsd": "^0.31.0", "vitest": "^0.34.0", "yarn": "^1.22.22" }, "peerDependencies": { "@netlify/opentelemetry-sdk-setup": "^1.1.0", "@opentelemetry/api": "~1.8.0" }, "peerDependenciesMeta": { "@netlify/opentelemetry-sdk-setup": { "optional": true } }, "engines": { "node": "^14.16.0 || >=16.0.0" }, "gitHead": "761c1e087c92c4cf579050e686a5869da5b3ce00" }