{
    "//": [
        "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": "@lwc/engine-server",
    "version": "6.5.1",
    "description": "Renders LWC components in a server environment.",
    "keywords": [
        "lwc"
    ],
    "homepage": "https://lwc.dev",
    "repository": {
        "type": "git",
        "url": "https://github.com/salesforce/lwc.git",
        "directory": "packages/@lwc/engine-server"
    },
    "bugs": {
        "url": "https://github.com/salesforce/lwc/issues"
    },
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "main": "dist/index.cjs.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "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": {
        "@lwc/engine-core": "6.5.1",
        "@lwc/rollup-plugin": "6.5.1",
        "@lwc/shared": "6.5.1",
        "@parse5/tools": "^0.4.0",
        "@rollup/plugin-virtual": "^3.0.1",
        "parse5": "^7.1.2"
    }
}