@kdujs/runtime-core-canary
Version:
@kdujs/runtime-core
52 lines • 1.32 kB
JSON
{
"name": "@kdujs/runtime-core-canary",
"version": "3.20250428.0",
"description": "@kdujs/runtime-core",
"main": "index.js",
"module": "dist/runtime-core.esm-bundler.js",
"types": "dist/runtime-core.d.ts",
"files": [
"index.js",
"dist"
],
"exports": {
".": {
"types": "./dist/runtime-core.d.ts",
"node": {
"production": "./dist/runtime-core.cjs.prod.js",
"development": "./dist/runtime-core.cjs.js",
"default": "./index.js"
},
"module": "./dist/runtime-core.esm-bundler.js",
"import": "./dist/runtime-core.esm-bundler.js",
"require": "./index.js"
},
"./*": "./*"
},
"buildOptions": {
"name": "KduRuntimeCore",
"formats": [
"esm-bundler",
"cjs"
]
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/kdujs/core.git",
"directory": "packages/runtime-core"
},
"keywords": [
"kdu"
],
"author": "NKDuy",
"license": "MIT",
"bugs": {
"url": "https://github.com/kdujs/core/issues"
},
"homepage": "https://github.com/kdujs/core/tree/main/packages/runtime-core#readme",
"dependencies": {
"@kdujs/shared": "npm:@kdujs/shared-canary@3.20250428.0",
"@kdujs/reactivity": "npm:@kdujs/reactivity-canary@3.20250428.0"
}
}