{ "name": "@netlify/zip-it-and-ship-it", "version": "12.1.1", "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.27.3", "@netlify/binary-info": "^1.0.0", "@netlify/serverless-functions-api": "^1.41.2", "@vercel/nft": "0.29.3", "archiver": "^7.0.0", "common-path-prefix": "^3.0.0", "copy-file": "^11.0.0", "es-module-lexer": "^1.0.0", "esbuild": "0.25.4", "execa": "^8.0.0", "fast-glob": "^3.3.2", "filter-obj": "^6.0.0", "find-up": "^7.0.0", "glob": "^8.0.3", "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/glob": "8.1.0", "@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": "0.34.6", "browserslist": "4.24.5", "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": "0.34.6" }, "engines": { "node": ">=18.14.0" }, "gitHead": "df148594017a78f0f419591da402311ed08e4d64" }