2022-03-28 13:05:55 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/vercel",
|
|
|
|
"description": "Deploy your site to Vercel",
|
2023-07-06 15:16:08 +00:00
|
|
|
"version": "3.7.0",
|
2022-03-28 13:05:55 +00:00
|
|
|
"type": "module",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/withastro/astro.git",
|
|
|
|
"directory": "packages/integrations/vercel"
|
|
|
|
},
|
2022-07-08 20:57:10 +00:00
|
|
|
"keywords": [
|
2022-08-30 20:19:19 +00:00
|
|
|
"withastro",
|
2022-07-08 20:57:10 +00:00
|
|
|
"astro-adapter"
|
|
|
|
],
|
2022-03-28 13:05:55 +00:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 19:10:34 +00:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/vercel/",
|
2022-03-28 13:05:55 +00:00
|
|
|
"exports": {
|
2022-05-11 21:10:38 +00:00
|
|
|
"./edge": "./dist/edge/adapter.js",
|
|
|
|
"./edge/entrypoint": "./dist/edge/entrypoint.js",
|
|
|
|
"./serverless": "./dist/serverless/adapter.js",
|
|
|
|
"./serverless/entrypoint": "./dist/serverless/entrypoint.js",
|
2022-08-22 18:50:15 +00:00
|
|
|
"./static": "./dist/static/adapter.js",
|
2023-02-08 16:32:20 +00:00
|
|
|
"./analytics": "./dist/analytics.js",
|
2023-05-02 07:42:48 +00:00
|
|
|
"./build-image-service": "./dist/image/build-service.js",
|
|
|
|
"./dev-image-service": "./dist/image/dev-service.js",
|
2022-03-28 13:05:55 +00:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2022-05-12 21:59:07 +00:00
|
|
|
"typesVersions": {
|
|
|
|
"*": {
|
|
|
|
"edge": [
|
|
|
|
"dist/edge/adapter.d.ts"
|
|
|
|
],
|
|
|
|
"serverless": [
|
|
|
|
"dist/serverless/adapter.d.ts"
|
|
|
|
],
|
|
|
|
"static": [
|
|
|
|
"dist/static/adapter.d.ts"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2023-05-17 08:54:00 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2022-03-28 13:05:55 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
2022-04-13 17:31:50 +00:00
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
2022-07-27 15:50:48 +00:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
|
|
|
"test": "mocha --exit --timeout 20000 test/"
|
2022-03-28 13:05:55 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-27 12:42:46 +00:00
|
|
|
"@astrojs/internal-helpers": "^0.1.1",
|
2023-05-30 20:53:55 +00:00
|
|
|
"@astrojs/webapi": "^2.2.0",
|
2023-06-21 13:09:49 +00:00
|
|
|
"@vercel/analytics": "^0.1.11",
|
|
|
|
"@vercel/nft": "^0.22.6",
|
|
|
|
"esbuild": "^0.17.19",
|
|
|
|
"fast-glob": "^3.2.12",
|
|
|
|
"set-cookie-parser": "^2.6.0",
|
|
|
|
"web-vitals": "^3.3.2"
|
2022-03-28 13:05:55 +00:00
|
|
|
},
|
2023-01-09 15:58:38 +00:00
|
|
|
"peerDependencies": {
|
2023-07-06 15:16:08 +00:00
|
|
|
"astro": "workspace:^2.8.0"
|
2023-01-09 15:58:38 +00:00
|
|
|
},
|
2022-03-28 13:05:55 +00:00
|
|
|
"devDependencies": {
|
2022-12-02 23:38:40 +00:00
|
|
|
"@types/set-cookie-parser": "^2.4.2",
|
2023-07-05 15:45:58 +00:00
|
|
|
"@vercel/edge": "^0.3.4",
|
2022-03-28 13:05:55 +00:00
|
|
|
"astro": "workspace:*",
|
2022-09-28 15:13:33 +00:00
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 13:09:49 +00:00
|
|
|
"chai": "^4.3.7",
|
2023-07-05 15:45:58 +00:00
|
|
|
"chai-jest-snapshot": "^2.0.0",
|
2023-06-21 13:09:49 +00:00
|
|
|
"cheerio": "1.0.0-rc.12",
|
2023-07-05 15:45:58 +00:00
|
|
|
"mocha": "^9.2.2",
|
|
|
|
"rollup": "^3.20.1"
|
2022-03-28 13:05:55 +00:00
|
|
|
}
|
|
|
|
}
|