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/yaml2ts",
  "version": "0.2.2",
  "description": "Package to convert a YAML string to a Volar VirtualCode, to be used by the Astro language server to provide intellisense",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/withastro/astro.git",
    "directory": "packages/language-tools/yaml2ts"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@volar/language-core": "~2.4.28",
    "typescript": "^5.9.3"
  }
}

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/language-tools/yaml2ts/package.json (directory: packages/language-tools/yaml2ts).

Analyze Your Own Codebase

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

Try Supermodel Free