Files
cut-abstractions/package.json

40 lines
946 B
JSON
Raw Normal View History

2025-06-24 11:48:26 +08:00
{
"name": "cut-abstractions",
2025-07-15 10:56:24 +08:00
"type": "module",
2025-07-09 16:17:34 +08:00
"version": "0.1.5",
2025-06-24 11:48:26 +08:00
"description": "",
"files": [
"dist/**/*"
],
"main": "./dist/index.js",
2025-06-24 15:27:09 +08:00
"module": "./dist/index.js",
"types": "./dist/index.d.js",
2025-06-24 11:48:26 +08:00
"exports": {
2025-06-24 15:27:09 +08:00
".": "./dist/index.js"
2025-06-24 11:48:26 +08:00
},
"scripts": {
"build": "tsc",
"release": "pnpm pack --pack-destination ./dist-packs",
"clean": "rimraf ./dist",
2025-07-15 10:56:24 +08:00
"test": "vitest"
2025-06-24 11:48:26 +08:00
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.1.1+sha1.09ada6cd05003e0ced25fb716f9fda4063ec2e3b",
"devDependencies": {
2025-07-15 10:56:24 +08:00
"@testing-library/dom": "^10.4.0",
2025-07-14 16:04:08 +08:00
"@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",
2025-07-14 16:04:08 +08:00
"playwright": "^1.54.1",
2025-06-24 11:48:26 +08:00
"rimraf": "^6.0.1",
2025-07-14 16:04:08 +08:00
"typescript": "^5.8.3",
2025-07-15 10:56:24 +08:00
"vitest": "^3.2.4"
},
"dependencies": {
2025-07-14 16:04:08 +08:00
"@types/node": "^22.16.3",
2025-07-15 10:56:24 +08:00
"three": "^0.178.0"
2025-06-24 11:48:26 +08:00
}
2025-07-15 10:56:24 +08:00
}