{ "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", "version": "10.0.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/withastro/astro.git", "directory": "packages/integrations/node" }, "keywords": [ "withastro", "astro-adapter" ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://docs.astro.build/en/guides/integrations-guide/node/", "exports": { ".": "./dist/index.js", "./server.js": "./dist/server.js", "./preview.js": "./dist/preview.js", "./package.json": "./package.json" }, "files": [ "dist" ], "dependencies": { "send": "^1.2.1", "server-destroy": "^1.0.1", "@astrojs/internal-helpers": "0.8.0" }, "peerDependencies": { "astro": "^6.0.0" }, "devDependencies": { "@fastify/middie": "^9.1.0", "@fastify/static": "^9.0.0", "@types/node": "^22.10.6", "@types/send": "^1.2.1", "@types/server-destroy": "^1.0.4", "cheerio": "1.2.0", "devalue": "^5.6.3", "express": "^5.2.1", "fastify": "^5.7.4", "node-mocks-http": "^1.17.2", "astro": "6.1.7", "astro-scripts": "0.0.14" }, "astro": { "external": true }, "publishConfig": { "provenance": true }, "scripts": { "dev": "astro-scripts dev \"src/**/*.ts\"", "build": "astro-scripts build \"src/**/*.ts\" && tsc", "build:ci": "astro-scripts build \"src/**/*.ts\"", "test": "astro-scripts test \"test/**/*.test.js\"" } }