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": "astro-benchmark",
  "private": true,
  "type": "module",
  "version": "0.0.0",
  "bin": {
    "astro-benchmark": "./index.js"
  },
  "scripts": {
    "bench": "pnpm vitest bench --run",
    "build:bench": "node ./bench/codspeed-setup.js"
  },
  "dependencies": {
    "@astrojs/mdx": "workspace:*",
    "@astrojs/node": "workspace:*",
    "@benchmark/timer": "workspace:*",
    "@benchmark/adapter": "workspace:*",
    "astro": "workspace:*",
    "autocannon": "^8.0.0",
    "markdown-table": "^3.0.4",
    "mri": "^1.2.0",
    "port-authority": "^2.0.1",
    "pretty-bytes": "^7.1.0",
    "sharp": "^0.34.3",
    "tinyexec": "^1.0.2"
  },
  "devDependencies": {
    "@codspeed/vitest-plugin": "5.1.0",
    "vitest": "^4.0.18"
  }
}

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 benchmark/package.json (directory: benchmark).

Analyze Your Own Codebase

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

Try Supermodel Free