{ "name": "cut-abstractions", "version": "0.1.4", "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" } }