Adds @xuqm/h5-sdk/private entry point with JSON-based initialization, feature gating, and error codes for private deployment scenarios. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 行
361 B
JSON
19 行
361 B
JSON
{
|
|
"name": "@volar/language-core",
|
|
"version": "2.4.28",
|
|
"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.4.28"
|
|
},
|
|
"gitHead": "882cd56d46a13d272f34e451f495d3d62251969a"
|
|
}
|