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-vscode",
  "displayName": "Astro",
  "description": "Language support for Astro",
  "categories": [
    "Programming Languages",
    "Formatters",
    "Linters"
  ],
  "qna": false,
  "keywords": [
    "astro",
    "node",
    "typescript",
    "javascript",
    "react",
    "vue",
    "svelte",
    "Static site generator"
  ],
  "icon": "assets/icon.png",
  "type": "commonjs",
  "galleryBanner": {
    "color": "#17191E",
    "theme": "dark"
  },
  "version": "2.16.8",
  "author": "withastro",
  "license": "MIT",
  "publisher": "astro-build",
  "engines": {
    "vscode": "^1.90.0"
  },
  "activationEvents": [
    "workspaceContains:astro.config.*"
  ],
  "main": "./dist/node/client.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/withastro/astro.git",
    "directory": "packages/language-tools/vscode"
  },
  "contributes": {
    "snippets": [
      {
        "scope": "astro",
        "path": "./languages/astro.code-snippets"
      }
    ],
    "typescriptServerPlugins": [
      {
        "name": "astro-ts-plugin-bundle",
        "path": "./dist/astro-ts-plugin-bundle",
        "enableForWorkspaceTypeScriptVersions": true
      }
    ],
    "commands": [
      {
        "command": "astro.reloadProjects",
        "title": "Astro: Reload Projects"
// ... (215 more lines)

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

Analyze Your Own Codebase

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

Try Supermodel Free