{
    "name": "webos-term",
    "version": "0.0.11",
    "description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
    "main": "dist/webos-term.esm.js",
    "typings": "dist/webos-term.d.ts",
    "repository": "git@github.com:theajack/webos.git",
    "author": "tackchen <theajack@qq.com>",
    "scripts": {
        "build": "node ../../scripts/build/build.js term"
    },
    "keywords": [
        "webos-term",
        "webos",
        "webos-disk"
    ],
    "license": "MIT",
    "type": "module",
    "dependencies": {
        "@types/lz-string": "^1.3.34",
        "alins": "0.0.18",
        "alins-style": "0.0.18",
        "lz-string": "^1.4.4",
        "webos-disk": "^0.0.11",
        "webos-module": "^0.0.11"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "unpkg": "dist/webos-term.min.js",
    "jsdelivr": "dist/webos-term.min.js",
    "gitHead": "e02970aecdab46fb4075c4279c0695269a4cad58"
}
