@yinsen/deveco-cli-docs-zh 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs.zip ADDED
Binary file
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2026 Huawei Device Co., Ltd.
3
+ * SPDX-License-Identifier: MIT
4
+ *
5
+ * Bridge file: re-exports the engine's public API from dist/engine/.
6
+ */
7
+ export * from './dist/engine/index.js';
package/index.zip ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@yinsen/deveco-cli-docs-zh",
3
+ "version": "1.3.1",
4
+ "description": "Bundled Chinese HarmonyOS documentation for DevEco CLI",
5
+ "license": "MIT",
6
+ "type": "module",
7
+ "exports": {
8
+ ".": "./index.js",
9
+ "./package.json": "./package.json"
10
+ },
11
+ "files": [
12
+ "dist/engine",
13
+ "docs.zip",
14
+ "index.zip",
15
+ "index.js",
16
+ "package.json"
17
+ ],
18
+ "scripts": {
19
+ "build": "node scripts/build.mjs",
20
+ "build:index": "node scripts/build-index.mjs",
21
+ "lint": "echo \"no src to lint\""
22
+ },
23
+ "engines": {
24
+ "node": ">=22"
25
+ },
26
+ "dependencies": {
27
+ "@sqlite.org/sqlite-wasm": "^3.49.1-build4",
28
+ "jieba-wasm": "^2.4.0",
29
+ "yauzl": "^3.2.0",
30
+ "adm-zip": "0.6.0",
31
+ "proper-lockfile": "^4.1.2",
32
+ "ora": "^9.4.0"
33
+ },
34
+ "apiVersion": 1
35
+ }