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": "@e2e/actions-react-19",
	"type": "module",
	"version": "0.0.1",
	"scripts": {
		"dev": "astro dev",
		"start": "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": "npm:types-react",
		"@types/react-dom": "npm:types-react-dom",
		"astro": "workspace:*",
		"react": "19.2.4",
		"react-dom": "19.2.4",
		"typescript": "^5.9.3"
	},
  "overrides": {
    "@types/react": "npm:types-react",
    "@types/react-dom": "npm:types-react-dom"
  }
}

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/astro/e2e/fixtures/actions-react-19/package.json (directory: packages/astro/e2e/fixtures/actions-react-19).

Analyze Your Own Codebase

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

Try Supermodel Free