30 lines
712 B
JSON
30 lines
712 B
JSON
{
|
|
"name": "@astrojs/yaml2ts",
|
|
"version": "0.2.3",
|
|
"description": "Package to convert a YAML string to a Volar VirtualCode, to be used by the Astro language server to provide intellisense",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+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"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
}
|
|
} |