mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
36 lines
784 B
JSON
36 lines
784 B
JSON
{
|
|
"name": "@alilc/renderer-core",
|
|
"version": "2.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",
|
|
"main": "dist/rendererCore.js",
|
|
"module": "dist/rendererCore.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": "./dist/rendererCore.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"lodash-es": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|