package.json — astro Source File
Architecture documentation for package.json, a json file in the astro codebase.
Entity Profile
Source Code
{
"name": "@astrojs/ts-plugin",
"version": "1.10.6",
"description": "A TypeScript Plugin providing Astro intellisense",
"main": "dist/index.js",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/withastro/astro.git",
"directory": "packages/language-tools/ts-plugin"
},
"keywords": [
"astro",
"typescript",
"javascript",
"plugin"
],
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "vscode-test"
},
"author": "withastro",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.13.0",
"@astrojs/yaml2ts": "^0.2.2",
"@jridgewell/sourcemap-codec": "^1.5.5",
"@volar/language-core": "~2.4.28",
"@volar/typescript": "~2.4.28",
"semver": "^7.7.3",
"vscode-languageserver-textdocument": "^1.0.12"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^20.9.0",
"@types/semver": "^7.7.1",
"@vscode/test-electron": "^2.5.2",
"@vscode/test-cli": "^0.0.12",
"mocha": "^11.7.5",
"typescript": "^5.9.3",
"vscode-uri": "^3.1.0"
}
}
Source
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/ts-plugin/package.json (directory: packages/language-tools/ts-plugin).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free