Files
cut-abstractions/package.json
2817212736@qq.com 03229b5f48 更改处理器上下文类型为TS接口,多项优化:
- 修复Typescript库依赖错误
- 完善注释,格式化代码
- 更新pnpm lock文件版本为9.0
2025-07-15 16:13:59 +08:00

43 lines
1022 B
JSON

{
"name": "cut-abstractions",
"version": "0.1.6",
"description": "",
"files": [
"dist/**/*"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.js",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"release": "pnpm pack --pack-destination ./dist-packs",
"clean": "rimraf ./dist",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.1.1+sha1.09ada6cd05003e0ced25fb716f9fda4063ec2e3b",
"devDependencies": {
"@jest/globals": "^30.0.2",
"@swc/core": "^1.12.4",
"@swc/jest": "^0.2.38",
"@types/jest": "^30.0.0",
"cadapi": "http://gitea.cf/MES-FE/webcad-api/archive/0.0.60.tar.gz",
"jest": "^30.0.2",
"jest-worker": "^30.0.2",
"js-angusj-clipper": "^1.0.4",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"jest-worker": "^30.0.2",
"three": "^0.178.0",
"webworker": "^0.8.4"
}
}