Files
cut-abstractions/package.json
2025-07-15 10:56:24 +08:00

40 lines
946 B
JSON

{
"name": "cut-abstractions",
"type": "module",
"version": "0.1.5",
"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": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.1.1+sha1.09ada6cd05003e0ced25fb716f9fda4063ec2e3b",
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@vitest/browser": "^3.2.4",
"cadapi": "http://gitea.cf/MES-FE/webcad-api/archive/0.0.60.tar.gz",
"js-angusj-clipper": "^1.0.4",
"playwright": "^1.54.1",
"rimraf": "^6.0.1",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"dependencies": {
"@types/node": "^22.16.3",
"three": "^0.178.0"
}
}