Files
vtj/packages/parser/package.json

67 lines
1.7 KiB
JSON

{
"name": "@vtj/parser",
"private": false,
"version": "0.18.2",
"type": "module",
"keywords": [
"AI低代码",
"AI编程",
"低代码引擎",
"LowCode Engine",
"Vue3低代码",
"低代码渲染器",
"低代码设计器",
"代码生成器",
"代码可视化"
],
"description": "VTJ.PRO 是一个开源的、AI 驱动的 Vue3 企业级应用开发平台,通过 AI 智能体与可视化编排实现高效开发,并支持导出标准 Vue 代码以避免平台锁定。",
"repository": {
"type": "git",
"url": "https://gitee.com/newgateway/vtj.git"
},
"homepage": "https://gitee.com/newgateway/vtj",
"author": "chenhuachun",
"license": "MIT",
"scripts": {
"build": "vue-tsc && vite build",
"test": "vitest run",
"vitest": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@babel/generator": "~7.28.0",
"@babel/parser": "~7.28.0",
"@babel/traverse": "~7.28.0",
"@babel/types": "~7.28.0",
"@vtj/base": "workspace:~",
"@vtj/coder": "workspace:~",
"@vtj/core": "workspace:~",
"@vue/compiler-dom": "~3.5.13",
"@vue/compiler-sfc": "~3.5.13",
"htmlparser2": "~10.0.0",
"postcss": "~8.5.0",
"sass": "~1.97.1"
},
"devDependencies": {
"@vtj/cli": "workspace:~"
},
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./types/index.d.ts",
"files": [
"dist",
"types"
],
"gitHead": "d03843144f07c2d98c1e0c72c8c6eb1117c01722",
"publishConfig": {
"access": "public"
}
}