Home / File/ package.json — astro Source File

package.json — astro Source File

Architecture documentation for package.json, a json file in the astro codebase.

Entity Profile

Source Code

{
  "name": "@astrojs/netlify",
  "description": "Deploy your site to Netlify",
  "version": "7.0.0-beta.8",
  "type": "module",
  "types": "./dist/index.d.ts",
  "author": "withastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/withastro/astro.git",
    "directory": "packages/integrations/netlify"
  },
  "keywords": [
    "withastro",
    "astro-adapter"
  ],
  "bugs": "https://github.com/withastro/astro/issues",
  "homepage": "https://docs.astro.build/en/guides/integrations-guide/netlify/",
  "exports": {
    ".": "./dist/index.js",
    "./static": "./dist/static.js",
    "./functions": "./dist/functions.js",
    "./ssr-function.js": "./dist/ssr-function.js",
    "./image-service.js": "./dist/image-service.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "astro-scripts dev \"src/**/*.ts\"",
    "build": "astro-scripts build \"src/**/*.ts\" && tsc",
    "build:ci": "astro-scripts build \"src/**/*.ts\"",
    "test": "pnpm run test-fn && pnpm run test-static && pnpm run test:dev",
    "test-fn": "astro-scripts test \"test/functions/*.test.js\"",
    "test:dev": "astro-scripts test \"test/development/*.test.js\"",
    "test-static": "astro-scripts test \"test/static/*.test.js\"",
    "test:hosted": "astro-scripts test \"test/hosted/*.test.js\""
  },
  "dependencies": {
    "@astrojs/internal-helpers": "workspace:*",
    "@astrojs/underscore-redirects": "workspace:*",
    "@netlify/blobs": "^10.5.0",
    "@netlify/functions": "^5.1.2",
    "@netlify/vite-plugin": "^2.8.0",
    "@vercel/nft": "^1.3.0",
    "esbuild": "^0.25.0",
    "tinyglobby": "^0.2.15",
    "vite": "^7.3.1"
  },
  "peerDependencies": {
    "astro": "^6.0.0-alpha.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.6",
    "astro": "workspace:*",
    "astro-scripts": "workspace:*",
    "cheerio": "1.2.0",
    "devalue": "^5.6.2",
    "typescript": "^5.9.3"
  },
  "astro": {
    "external": true
  }
}

Frequently Asked Questions

What does package.json do?
package.json is a source file in the astro codebase, written in json.
Where is package.json in the architecture?
package.json is located at packages/integrations/netlify/package.json (directory: packages/integrations/netlify).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free