Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user