mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-06 12:58:12 +00:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@alilc/lowcode-renderer-router",
|
|
"version": "1.0.0-beta.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
|
|
"license": "MIT",
|
|
"module": "dist/runtimeRouter.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/runtimeRouter.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build-dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.mjs",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@alilc/lowcode-renderer-core": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"path-to-regexp": "^6.2.1",
|
|
"qs": "^6.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/qs": "^6.9.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@alilc/lowcode-renderer-core": "workspace:*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|