@lwc/ssr-runtime
Version:
Runtime complement to @lwc/ssr-compiler
57 lines • 1.62 kB
JSON
{
"//": [
"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/ssr-runtime",
"version": "8.21.2",
"description": "Runtime complement to @lwc/ssr-compiler",
"keywords": [
"lwc",
"runtime",
"ssr"
],
"homepage": "https://lwc.dev",
"repository": {
"type": "git",
"url": "https://github.com/salesforce/lwc.git",
"directory": "packages/@lwc/ssr-runtime"
},
"bugs": {
"url": "https://github.com/salesforce/lwc/issues"
},
"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": {
"@lwc/shared": "8.21.2",
"@lwc/engine-core": "8.21.2",
"@lwc/features": "8.21.2",
"@lwc/signals": "8.21.2",
"observable-membrane": "2.0.0"
}
}