@astrojs/vercel
Version:
Deploy your site to Vercel
61 lines • 1.81 kB
JSON
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "11.0.2",
"type": "module",
"author": "withastro",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/vercel"
},
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/vercel/",
"exports": {
".": "./dist/index.js",
"./entrypoint": "./dist/serverless/entrypoint.js",
"./serverless/entrypoint": "./dist/serverless/entrypoint.js",
"./build-image-service": "./dist/image/build-service.js",
"./dev-image-service": "./dist/image/dev-service.js",
"./cache": "./dist/cache/index.js",
"./cache/provider": "./dist/cache/provider.js",
"./package.json": "./package.json"
},
"files": [
"dist",
"types.d.ts"
],
"dependencies": {
"@vercel/analytics": "^1.6.1",
"@vercel/functions": "^3.4.3",
"@vercel/nft": "^1.3.2",
"@vercel/routing-utils": "^5.3.3",
"esbuild": "^0.28.0",
"tinyglobby": "^0.2.15",
"@astrojs/internal-helpers": "0.10.1"
},
"peerDependencies": {
"astro": "^7.0.0"
},
"devDependencies": {
"cheerio": "1.2.0",
"vite": "^8.0.13",
"astro-scripts": "0.0.14",
"astro": "7.0.6"
},
"publishConfig": {
"provenance": true
},
"scripts": {
"dev": "astro-scripts dev \"src/**/*.ts\"",
"build": "astro-scripts build \"src/**/*.ts\" && tsc -b",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"test": "astro-scripts test --timeout 100000 \"test/**/!(hosted).test.ts\"",
"test:hosted": "astro-scripts test --timeout 30000 \"test/hosted/*.test.ts\""
}
}