mirror of
https://github.com/sern-handler/website
synced 2026-06-13 03:12:20 +00:00
19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"name": "@volar/language-core",
|
|
"version": "2.1.6",
|
|
"license": "MIT",
|
|
"files": [
|
|
"**/*.js",
|
|
"**/*.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/volarjs/volar.js.git",
|
|
"directory": "packages/language-core"
|
|
},
|
|
"dependencies": {
|
|
"@volar/source-map": "2.1.6"
|
|
},
|
|
"gitHead": "7feafa54fd3540569d492c2ab582c10c0cdc84d2"
|
|
}
|