This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/package.json
2022-10-15 19:16:08 +02:00

128 lines
3.8 KiB
JSON

{
"name": "@plastichub/osr-cad",
"version": "0.4.9",
"description": "Common CAD tools for OSR(OpenSourceRecycling)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"help": "node build/main.js --help",
"build": "tsc -p .",
"dev": "tsc -w -p .",
"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"
],
"osr": {
"status": "tested"
},
"bin": {
"osr-cad": "main.js"
},
"typings": "index.d.ts",
"files": [
"build"
],
"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/fs": "^0.13.29",
"@plastichub/osr-cli-commons": "^0.1.5",
"@plastichub/osr-sync": "^0.1.3",
"@types/bluebird": "^3.5.29",
"@types/cacache": "^15.0.1",
"@types/is-glob": "^4.0.1",
"add": "^2.0.6",
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"chalk": "^2.4.1",
"chokidar": "^3.3.1",
"csv-stringify": "^5.6.1",
"duration-timestamp": "^2.3.0",
"errlop": "^2.1.0",
"escape-html": "^1.0.3",
"fast-glob": "^3.1.1",
"filenamify": "^4.1.0",
"glob-base": "^0.3.0",
"googleapis": "^39.2.0",
"inline-css": "^2.6.2",
"is-glob": "^4.0.1",
"isomorphic-unfetch": "^3.0.0",
"js-beautify": "^1.11.0",
"jsome": "^2.5.0",
"json-to-pretty-yaml": "^1.2.2",
"lodash": "^4.17.10",
"markdown-table": "^2.0.0",
"moment": "^2.26.0",
"monocle-ts": "^1.2.0",
"native-promise-pool": "^3.0.0",
"ora": "^2.1.0",
"parse-glob": "^3.0.4",
"partial.lenses": "^13.13.2",
"pretty": "^2.0.0",
"ramda": "^0.25.0",
"readline": "^1.3.0",
"regexp.escape": "^1.1.0",
"sanitize-filename": "^1.6.3",
"showdown": "^1.9.1",
"simple-git": "^2.6.0",
"slash": "^3.0.0",
"slugify": "^1.4.6",
"source-map-support": "^0.5.16",
"ts-node-dev": "^1.0.0-pre.44",
"tslint": "^5.10.0",
"turndown": "^7.0.0",
"typescript": "^3.7.4",
"which": "^2.0.2",
"yargonaut": "^1.1.4",
"yargs": "^15.0.2"
},
"devDependencies": {
"@bevry/links": "^1.1.1",
"@bevry/update-contributors": "^1.0.1",
"@types/chalk": "^2.2.0",
"@types/chokidar": "^2.1.3",
"@types/download": "^6.2.4",
"@types/inline-css": "0.0.32",
"@types/js-beautify": "^1.8.2",
"@types/lodash": "^4.14.110",
"@types/moment": "^2.13.0",
"@types/node": "^13.1.1",
"@types/node-fetch": "^2.5.7",
"@types/ora": "^1.3.4",
"@types/pretty": "^2.0.0",
"@types/ramda": "^0.25.51",
"@types/showdown": "^1.9.3",
"@types/which": "^1.3.2",
"@types/yargs": "^13.0.4",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"assert-helpers": "^6.1.0",
"eslint": "^6.8.0",
"eslint-config-bevry": "^3.3.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jsdom": "^16.2.2",
"kava": "^4.4.0",
"prettier": "^2.0.5",
"projectz": "^1.19.1",
"surge": "^0.21.3",
"typedoc": "^0.17.6",
"valid-directory": "^1.6.0",
"valid-module": "^1.0.0"
}
}