2022-03-28 13:05:55 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/vercel",
|
|
|
|
"description": "Deploy your site to Vercel",
|
2022-04-13 03:15:14 +00:00
|
|
|
"version": "0.1.2",
|
2022-03-28 13:05:55 +00:00
|
|
|
"type": "module",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/withastro/astro.git",
|
|
|
|
"directory": "packages/integrations/vercel"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
"homepage": "https://astro.build",
|
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
2022-03-30 02:01:37 +00:00
|
|
|
"./server-entrypoint": "./dist/server-entrypoint.js",
|
2022-03-28 13:05:55 +00:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-13 12:55:32 +00:00
|
|
|
"@astrojs/webapi": "^0.11.1",
|
2022-04-10 21:33:10 +00:00
|
|
|
"esbuild": "^0.14.34"
|
2022-03-28 13:05:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"astro": "workspace:*",
|
|
|
|
"astro-scripts": "workspace:*"
|
|
|
|
}
|
|
|
|
}
|