Files
imes-modelProcessPoints/package.json
lixiang c56edf7bc8 更新:类型 TransformProcessingItem 添加 depth (可选) TransformProcessingItem ?: number
添加原因:1、后续可能有依据 Z轴做坐标转化 2、对接后续流程后发现  有depth  后续可能会少很多操作
2025-08-29 11:17:15 +08:00

38 lines
899 B
JSON

{
"name": "@imes-modelprocesspoints/libs",
"version": "1.1.2",
"description": "",
"type": "module",
"scripts": {
"build": "vite build",
"test": "vitest",
"check": "tsc --noEmit --skipLibCheck -p tsconfig.app.json"
},
"files": [
"dist",
"package.json",
"src",
"tsconfig.json",
"tsconfig.app.json",
"tsconfig.node.json"
],
"exports": {
".": "./src/index.ts",
"./utils": "./src/utils/index.ts"
},
"dependencies": {
"cut-abstractions": "http://gitea.cf/MES-FE/cut-abstractions/releases/download/0.3/cut-abstractions-0.3.4.tgz"
},
"devDependencies": {
"@types/node": "^24.0.10",
"typescript": "~5.8.3",
"vite": "^7.0.0",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-resolve": "^2.5.2",
"vitest": "^3.2.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}