39 lines
No EOL
1 KiB
JSON
39 lines
No EOL
1 KiB
JSON
{
|
|
"name": "@vercel/gatsby-plugin-vercel-builder",
|
|
"version": "2.0.127",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"templates",
|
|
"gatsby-node.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/vercel.git",
|
|
"directory": "packages/gatsby-plugin-vercel-builder"
|
|
},
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.25.24",
|
|
"esbuild": "0.27.0",
|
|
"etag": "1.8.1",
|
|
"fs-extra": "11.1.0",
|
|
"@vercel/build-utils": "13.2.16"
|
|
},
|
|
"devDependencies": {
|
|
"@types/etag": "1.8.0",
|
|
"@types/fs-extra": "11.0.1",
|
|
"@types/jest": "27.5.1",
|
|
"@types/node": "20.11.0",
|
|
"@types/react": "18.0.26",
|
|
"jest-junit": "16.0.0",
|
|
"typescript": "4.9.5",
|
|
"@vercel/routing-utils": "5.3.2"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "node ../../utils/build-builder.mjs",
|
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail --runInBand",
|
|
"test-unit": "pnpm test test/unit.*test.*",
|
|
"type-check": "tsc --noEmit"
|
|
}
|
|
} |