2024-03-26 10:48:30 +08:00

40 lines
1004 B
JSON

{
"name": "@alilc/runtime-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/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/renderer-core": "workspace:*"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}