package.json — astro Source File
Architecture documentation for package.json, a json file in the astro codebase.
Entity Profile
Source Code
{
"name": "@astrojs/check",
"description": "Type checking and diagnostics for Astro projects",
"version": "0.9.7-beta.1",
"author": "withastro",
"license": "MIT",
"homepage": "https://github.com/withastro/astro/tree/main/packages/language-tools/astro-check",
"repository": {
"type": "git",
"url": "https://github.com/withastro/astro.git",
"directory": "packages/language-tools/astro-check"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"astro-check": "./bin/astro-check.js"
},
"files": [
"bin",
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "astro-scripts test \"**/*.test.ts\" --tsx true"
},
"dependencies": {
"@astrojs/language-server": "^2.16.1-beta.1",
"chokidar": "^4.0.3",
"kleur": "^4.1.5",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.9.0",
"tinyglobby": "^0.2.15",
"@types/yargs": "^17.0.35",
"tsx": "^4.21.0",
"astro-scripts": "workspace:*"
},
"peerDependencies": {
"typescript": "^5.0.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/astro-check/package.json (directory: packages/language-tools/astro-check).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free