@netlify/zip-it-and-ship-it
Version:
105 lines (104 loc) • 2.69 kB
JSON
{
"name": "@netlify/zip-it-and-ship-it",
"version": "14.1.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
"bin": {
"zip-it-and-ship-it": "./bin.js"
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"prepack": "npm run build",
"build": "tsc",
"build:dev": "tsc -w",
"benchmark": "./benchmarks/run.sh",
"test": "vitest run",
"test:dev": "vitest",
"test:ci": "npm run build && vitest run"
},
"keywords": [
"api",
"bundler",
"cli",
"lambda",
"lambda functions",
"netlify",
"static"
],
"author": "Netlify, Inc",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/netlify/build.git",
"directory": "packages/zip-it-and-ship-it"
},
"homepage": "https://github.com/netlify/build/tree/main/packages/zip-it-and-ship-it#README",
"bugs": {
"url": "https://github.com/netlify/build/issues"
},
"dependencies": {
"@babel/parser": "^7.22.5",
"@babel/types": "7.28.1",
"@netlify/binary-info": "^1.0.0",
"@netlify/serverless-functions-api": "^2.1.3",
"@vercel/nft": "0.29.4",
"archiver": "^7.0.0",
"common-path-prefix": "^3.0.0",
"copy-file": "^11.0.0",
"es-module-lexer": "^1.0.0",
"esbuild": "0.25.6",
"execa": "^8.0.0",
"fast-glob": "^3.3.3",
"filter-obj": "^6.0.0",
"find-up": "^7.0.0",
"is-builtin-module": "^3.1.0",
"is-path-inside": "^4.0.0",
"junk": "^4.0.0",
"locate-path": "^7.0.0",
"merge-options": "^3.0.4",
"minimatch": "^9.0.0",
"normalize-path": "^3.0.0",
"p-map": "^7.0.0",
"path-exists": "^5.0.0",
"precinct": "^12.0.0",
"require-package-name": "^2.0.1",
"resolve": "^2.0.0-next.1",
"semver": "^7.3.8",
"tmp-promise": "^3.0.2",
"toml": "^3.0.0",
"unixify": "^1.0.0",
"urlpattern-polyfill": "8.0.2",
"yargs": "^17.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/archiver": "6.0.3",
"@types/is-ci": "3.0.4",
"@types/node": "20.12.11",
"@types/normalize-path": "3.0.2",
"@types/resolve": "1.20.6",
"@types/semver": "7.7.0",
"@types/unixify": "1.0.2",
"@types/yargs": "17.0.33",
"@vitest/coverage-v8": "^3.0.0",
"browserslist": "4.25.1",
"cardinal": "2.1.1",
"cpy": "11.1.0",
"decompress": "4.2.1",
"deepmerge": "^4.3.1",
"get-stream": "9.0.1",
"is-ci": "4.1.0",
"lambda-local": "2.2.0",
"source-map-support": "0.5.21",
"typescript": "5.8.3",
"vitest": "^3.0.0"
},
"engines": {
"node": ">=18.14.0"
},
"gitHead": "2a186393af7f577cc6bafa5d3962ea0833cd084c"
}