@plastichub/osr-cad
Version:
This is a CLI(CommandLineInterface) toolset to convert 3D files, using Solidworks and other software.
65 lines (64 loc) • 1.77 kB
JSON
{
"name": "@plastichub/osr-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": {
"@plastichub/core": "^0.2.6",
"@plastichub/fs": "^0.13.41",
"@plastichub/osr-cache": "^0.4.8",
"@plastichub/osr-commons": "^0.5.3",
"@types/node": "^20.17.9",
"@types/yargs": "^17.0.11",
"add": "^2.0.6",
"bluebird": "^3.7.2",
"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": "^4.0.0",
"parse-glob": "^2.0.1",
"regexp.escape": "^1.1.0",
"tslint": "^5.10.0",
"tslog": "^4.9.3",
"typescript": "^4.9.5",
"which": "^2.0.2",
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/bluebird": "^3.5.29",
"@types/cacache": "^15.0.1",
"@types/js-yaml": "^4.0.5",
"@types/which": "^1.3.2"
}
}