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>
15 行
281 B
JSON
15 行
281 B
JSON
{
|
|
"name": "@my-scope/package-b",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@my-scope/package-a": "^0.0.0"
|
|
}
|
|
}
|