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