summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/vercel/package.json73
1 files changed, 4 insertions, 69 deletions
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 4fab75ed0..7fef2f9b8 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -1,72 +1,7 @@
{
"name": "@astrojs/vercel",
- "description": "Deploy your site to Vercel",
- "version": "8.0.0-alpha.1",
- "type": "module",
- "author": "withastro",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "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": {
- ".": {
- "types": "./types.d.ts"
- },
- "./serverless": "./dist/serverless/adapter.js",
- "./serverless/entrypoint": "./dist/serverless/entrypoint.js",
- "./static": "./dist/static/adapter.js",
- "./speed-insights": "./dist/speed-insights.js",
- "./build-image-service": "./dist/image/build-service.js",
- "./dev-image-service": "./dist/image/dev-service.js",
- "./package.json": "./package.json"
- },
- "typesVersions": {
- "*": {
- "serverless": [
- "dist/serverless/adapter.d.ts"
- ],
- "static": [
- "dist/static/adapter.d.ts"
- ]
- }
- },
- "files": [
- "dist",
- "types.d.ts"
- ],
- "scripts": {
- "build": "astro-scripts build \"src/**/*.ts\" && tsc",
- "build:ci": "astro-scripts build \"src/**/*.ts\"",
- "dev": "astro-scripts dev \"src/**/*.ts\"",
- "test": "astro-scripts test --timeout 50000 \"test/**/!(hosted).test.js\"",
- "test:hosted": "astro-scripts test --timeout 30000 \"test/hosted/*.test.js\""
- },
- "dependencies": {
- "@astrojs/internal-helpers": "workspace:*",
- "@vercel/analytics": "^1.3.1",
- "@vercel/edge": "^1.1.2",
- "@vercel/nft": "^0.27.3",
- "esbuild": "^0.21.5",
- "fast-glob": "^3.3.2",
- "web-vitals": "^3.5.2"
- },
- "peerDependencies": {
- "astro": "^5.0.0-alpha.0"
- },
- "devDependencies": {
- "astro": "workspace:*",
- "astro-scripts": "workspace:*",
- "cheerio": "1.0.0"
- },
- "publishConfig": {
- "provenance": true
- }
+ "version": "0.0.0",
+ "private": true,
+ "keywords": [],
+ "dont_remove": "This is a placeholder for the sake of the docs smoke test"
}