2022-03-24 11:26:25 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/node",
|
|
|
|
"description": "Deploy your site to a Node.js server",
|
2023-05-18 16:31:59 +00:00
|
|
|
"version": "5.1.4",
|
2022-03-24 11:26:25 +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/node"
|
|
|
|
},
|
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-24 11:26:25 +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/node/",
|
2022-03-24 11:26:25 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./server.js": "./dist/server.js",
|
2022-10-12 21:25:51 +00:00
|
|
|
"./preview.js": "./dist/preview.js",
|
2022-03-24 11:26:25 +00:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2023-05-17 08:54:00 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2022-03-24 11:26:25 +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-22 19:22:31 +00:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
|
|
|
"test": "mocha --exit --timeout 20000 test/"
|
2022-03-24 11:26:25 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-30 20:53:55 +00:00
|
|
|
"@astrojs/webapi": "^2.2.0",
|
2023-02-03 00:10:16 +00:00
|
|
|
"send": "^0.18.0",
|
|
|
|
"server-destroy": "^1.0.1"
|
2022-03-24 11:26:25 +00:00
|
|
|
},
|
2022-11-07 15:05:12 +00:00
|
|
|
"peerDependencies": {
|
2023-06-02 14:51:28 +00:00
|
|
|
"astro": "workspace:^2.5.7"
|
2022-11-07 15:05:12 +00:00
|
|
|
},
|
2022-03-24 11:26:25 +00:00
|
|
|
"devDependencies": {
|
2022-10-12 21:25:51 +00:00
|
|
|
"@types/send": "^0.17.1",
|
2023-02-03 00:10:16 +00:00
|
|
|
"@types/server-destroy": "^1.0.1",
|
2022-03-24 11:26:25 +00:00
|
|
|
"astro": "workspace:*",
|
2022-07-22 19:22:31 +00:00
|
|
|
"astro-scripts": "workspace:*",
|
2022-09-28 15:13:33 +00:00
|
|
|
"chai": "^4.3.6",
|
2023-01-10 16:59:20 +00:00
|
|
|
"cheerio": "^1.0.0-rc.11",
|
2022-09-28 15:13:33 +00:00
|
|
|
"mocha": "^9.2.2",
|
2023-01-09 21:59:20 +00:00
|
|
|
"node-mocks-http": "^1.11.0",
|
2023-04-28 13:13:49 +00:00
|
|
|
"undici": "^5.22.0"
|
2022-03-24 11:26:25 +00:00
|
|
|
}
|
|
|
|
}
|