{
    "//": [
        "THIS FILE IS AUTOGENERATED. If you modify it, it will be rewritten by check-and-rewrite-package-json.js",
        "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
    ],
    "name": "@kdcloudjs/kwc-ssr-runtime",
    "version": "1.0.1",
    "description": "Runtime complement to @kdcloudjs/kwc-ssr-compiler",
    "keywords": [
        "kwc",
        "runtime",
        "ssr"
    ],
    "repository": {
        "type": "git",
        "url": "http://gitlab.kingdee.com/bos-platform-client/kwc.git",
        "directory": "packages/@kwc/ssr-runtime"
    },
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "volta": {
        "extends": "../../../package.json"
    },
    "main": "dist/index.cjs.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/**/*.js",
        "dist/**/*.d.ts"
    ],
    "scripts": {
        "build": "rollup --config ../../../scripts/rollup/rollup.config.js",
        "dev": "rollup  --config ../../../scripts/rollup/rollup.config.js --watch --no-watch.clearScreen"
    },
    "nx": {
        "targets": {
            "build": {
                "outputs": [
                    "{projectRoot}/dist"
                ]
            }
        }
    },
    "devDependencies": {
        "@kdcloudjs/kwc-shared": "1.0.1",
        "@kdcloudjs/kwc-engine-core": "1.0.1",
        "@kdcloudjs/kwc-features": "1.0.1",
        "@kdcloudjs/kwc-signals": "1.0.1",
        "observable-membrane": "2.0.0"
    }
}
