2022-03-28 10:05:55 -03:00
|
|
|
{
|
|
|
|
"name": "@astrojs/vercel",
|
|
|
|
"description": "Deploy your site to Vercel",
|
2023-09-19 02:21:05 -07:00
|
|
|
"version": "5.0.1",
|
2022-03-28 10:05:55 -03: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 10:05:55 -03:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 21:10:34 +02:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/vercel/",
|
2022-03-28 10:05:55 -03:00
|
|
|
"exports": {
|
2023-08-28 12:10:28 -04:00
|
|
|
"./edge": "./dist/edge/throw.js",
|
|
|
|
"./edge/entrypoint": "./dist/edge/throw.js",
|
2022-05-11 18:10:38 -03:00
|
|
|
"./serverless": "./dist/serverless/adapter.js",
|
|
|
|
"./serverless/entrypoint": "./dist/serverless/entrypoint.js",
|
2022-08-22 13:50:15 -05:00
|
|
|
"./static": "./dist/static/adapter.js",
|
2023-09-14 14:02:11 +02:00
|
|
|
"./speed-insights": "./dist/speed-insights.js",
|
2023-05-02 09:42:48 +02:00
|
|
|
"./build-image-service": "./dist/image/build-service.js",
|
|
|
|
"./dev-image-service": "./dist/image/dev-service.js",
|
2023-09-13 18:40:02 +02:00
|
|
|
"./squoosh-dev-service": "./dist/image/squoosh-dev-service.js",
|
2022-03-28 10:05:55 -03:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2022-05-12 18:59:07 -03:00
|
|
|
"typesVersions": {
|
|
|
|
"*": {
|
|
|
|
"edge": [
|
|
|
|
"dist/edge/adapter.d.ts"
|
|
|
|
],
|
|
|
|
"serverless": [
|
|
|
|
"dist/serverless/adapter.d.ts"
|
|
|
|
],
|
|
|
|
"static": [
|
|
|
|
"dist/static/adapter.d.ts"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2023-05-17 16:54:00 +08:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2022-03-28 10:05:55 -03:00
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
2022-04-13 12:31:50 -05:00
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
2022-07-27 11:50:48 -04:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
2023-07-21 21:24:36 +02:00
|
|
|
"test": "mocha --exit --timeout 20000 --file \"./test/setup.js\" test/ --ignore test/hosted",
|
|
|
|
"test:hosted": "mocha --exit --timeout 30000 test/hosted"
|
2022-03-28 10:05:55 -03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-01 12:05:59 +01:00
|
|
|
"@astrojs/internal-helpers": "workspace:*",
|
2023-08-24 16:34:33 +08:00
|
|
|
"@vercel/analytics": "^1.0.2",
|
|
|
|
"@vercel/nft": "^0.23.1",
|
|
|
|
"esbuild": "^0.19.2",
|
2023-08-23 19:52:13 +08:00
|
|
|
"fast-glob": "^3.3.1",
|
2023-06-21 21:09:49 +08:00
|
|
|
"set-cookie-parser": "^2.6.0",
|
2023-08-23 19:52:13 +08:00
|
|
|
"web-vitals": "^3.4.0"
|
2022-03-28 10:05:55 -03:00
|
|
|
},
|
2023-01-09 10:58:38 -05:00
|
|
|
"peerDependencies": {
|
2023-09-25 03:28:54 -07:00
|
|
|
"astro": "workspace:^3.1.3"
|
2023-01-09 10:58:38 -05:00
|
|
|
},
|
2022-03-28 10:05:55 -03:00
|
|
|
"devDependencies": {
|
2023-08-23 19:52:13 +08:00
|
|
|
"@types/set-cookie-parser": "^2.4.3",
|
2023-08-24 16:34:33 +08:00
|
|
|
"@vercel/edge": "^1.0.0",
|
2022-03-28 10:05:55 -03:00
|
|
|
"astro": "workspace:*",
|
2022-09-28 23:13:33 +08:00
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 21:09:49 +08:00
|
|
|
"chai": "^4.3.7",
|
2023-07-05 16:45:58 +01:00
|
|
|
"chai-jest-snapshot": "^2.0.0",
|
2023-06-21 21:09:49 +08:00
|
|
|
"cheerio": "1.0.0-rc.12",
|
2023-08-24 16:34:33 +08:00
|
|
|
"mocha": "^10.2.0"
|
2022-03-28 10:05:55 -03:00
|
|
|
}
|
|
|
|
}
|