61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "@polymech/cad",
|
|
"version": "0.8.8",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"help": "node build/main.js --help",
|
|
"build": "tsc -p .",
|
|
"dev": "tsc -w -p . --declaration",
|
|
"publish": "npm publish --access public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.osr-plastic.org/osr-plastic/cad.git"
|
|
},
|
|
"author": "PlasticHub",
|
|
"keywords": [
|
|
"SolidWorks",
|
|
"CAD",
|
|
"STEP",
|
|
"3DXML",
|
|
"3D"
|
|
],
|
|
"bin": {
|
|
"osr-cad": "main.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://git.osr-plastic.org/osr-plastic/cad/issues"
|
|
},
|
|
"homepage": "https://git.osr-plastic.org/osr-plastic/cad#readme",
|
|
"dependencies": {
|
|
"@polymech/cache": "link:..\\cache",
|
|
"@polymech/commons": "link:..\\commons",
|
|
"@polymech/core": "link:..\\core",
|
|
"@polymech/fs": "link:..\\fs",
|
|
"@types/node": "^20.17.9",
|
|
"@types/yargs": "^17.0.11",
|
|
"add": "^2.0.6",
|
|
"csv-stringify": "^5.6.1",
|
|
"dxf-parser": "^1.1.2",
|
|
"errlop": "^2.1.0",
|
|
"fast-glob": "^3.3.2",
|
|
"js-yaml": "^4.1.0",
|
|
"md5": "^2.3.0",
|
|
"p-map": "^7.0.3",
|
|
"parse-glob": "^2.0.1",
|
|
"regexp.escape": "^1.1.0",
|
|
"tslint": "^5.10.0",
|
|
"which": "^2.0.2",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.3",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/which": "^1.3.2"
|
|
}
|
|
}
|