@mlightcad/libdxfrw-converter
Version:
The `libdxfrw-converter` package provides a DWG file converter for the RealDWG-Web ecosystem, enabling reading and conversion of DWG files into the AutoCAD-like drawing database structure. It is based on the [libdxfrw](https://github.com/LibreDWG/libdxfrw
48 lines • 1.03 kB
JSON
{
"name": "@mlightcad/libdxfrw-converter",
"version": "3.6.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/mlightcad/realdwg-web"
},
"keywords": [
"autocad",
"cad",
"dwg",
"dxf",
"libdxfrw",
"libdxfrw-web",
"mlight",
"mlightcad",
"objectarx",
"realdwg"
],
"files": [
"dist",
"lib",
"README.md",
"package.json"
],
"sideEffects": false,
"main": "./dist/libdxfrw-converter.umd.cjs",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./dist/libdxfrw-converter.umd.cjs"
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@mlightcad/libdxfrw-web": "0.0.9",
"@mlightcad/data-model": "1.8.0"
},
"scripts": {
"clean": "rimraf dist lib tsconfig.tsbuildinfo",
"build": "tsc && vite build",
"lint": "eslint src/",
"lint:fix": "eslint --fix --quiet src/"
}
}