1{
2    "name": "@ohos/qrcodegen",
3    "description": "QR-Code-generator",
4    "version": "3.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/qrcodegen"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE",
13    "component": {
14        "name": "qrcodegen",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "small",
20            "mini",
21            "standard"
22        ],
23        "rom": "",
24        "ram": "",
25        "deps": {
26            "components": [],
27            "third_party": []
28        },
29        "build": {
30            "sub_component": [],
31            "inner_kits": [],
32            "test": []
33        }
34    }
35}