2024-05-28 11:07:01 +08:00

39 lines
1.1 KiB
JSON

{
"name": "@alilc/lowcode-renderer-router",
"version": "1.0.0-alpha.0",
"description": "router for lowCode renderer",
"type": "module",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
"license": "MIT",
"main": "dist/low-code-runtime-router.cjs",
"module": "dist/low-code-runtime-router.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/low-code-runtime-router.js",
"require": "./dist/low-code-runtime-router.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build:target": "vite build",
"build:dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.js",
"test": "vitest"
},
"dependencies": {
"@alilc/lowcode-shared": "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"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}