{ "name": "@vtj/local", "private": false, "version": "0.16.1", "type": "module", "keywords": [ "低代码引擎", "LowCode Engine", "Vue3低代码", "低代码渲染器", "低代码设计器", "代码生成器", "代码可视化" ], "description": "VTJ 是一款基于 Vue3 + Typescript 的低代码页面可视化设计器。内置低代码引擎、渲染器和代码生成器,面向前端开发者,开箱即用。 无缝嵌入本地开发工程,不改变前端开发流程和编码习惯。", "repository": { "type": "git", "url": "https://gitee.com/newgateway/vtj.git" }, "homepage": "https://gitee.com/newgateway/vtj", "author": "chenhuachun", "license": "MIT", "scripts": { "build": "unbuild", "test": "vitest run", "vitest": "vitest", "coverage": "vitest run --coverage" }, "dependencies": { "@vtj/coder": "workspace:~", "@vtj/core": "workspace:~", "@vtj/node": "workspace:~", "@vtj/parser": "workspace:~", "formidable": "~3.5.1" }, "devDependencies": { "@types/formidable": "~3.4.5", "@vtj/cli": "workspace:~", "unbuild": "~2.0.0", "vite": "~6.3.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./*": "./*" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "gitHead": "d03843144f07c2d98c1e0c72c8c6eb1117c01722", "publishConfig": { "access": "public" } }