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": "eventbrite-from-scratch",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "pnpm astro dev",
    "build": "astro check && astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/check": "^0.9.6",
    "@astrojs/db": "workspace:*",
    "@astrojs/node": "workspace:*",
    "@astrojs/react": "workspace:*",
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "astro": "workspace:*",
    "open-props": "^1.7.23",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "simple-stack-form": "^0.1.12",
    "typescript": "^5.9.3",
    "zod": "^4.3.6"
  }
}

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/db/test/fixtures/ticketing-example/package.json (directory: packages/db/test/fixtures/ticketing-example).

Analyze Your Own Codebase

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

Try Supermodel Free