{
  "name": "aspose-cad",
  "version": "23.1.2",
  "description": "Aspose.CAD library as WebAssembly suitable to process & Render CAD Drawings without requiring AutoCAD or any other rendering workflow. The CAD Class Library allows high quality conversion of DWG, DWT, DWF, DWFx, IFC, PLT, DGN, OBJ, STL, IGES, CF2, U3D, 3DS, STP, DXB files, layouts and layers to PDF & raster image formats",
  "type": "commonjs",
  "main": "commonjs/index.js",
  "scripts": {
    "clean": "del /F /Q dist",
    "build-ng": "tsc --outDir dist/commonjs --module CommonJS && del /F /Q \"dist\\commonjs\\index-js*\"",
    "build-ts": "tsc --outDir dist/es2015   --module ES2015",
    "post-build": "xcopy /s/Y src\\dotnet* dist",
    "pre-publish": "xcopy /Y ..\\Aspose.CAD.md npm\\dist\\README.md* && copyfiles package.json dist",
    "package": "CD dist && NPM pack",
    "publish": "CD dist && NPM publish",
    "all": "npm run clean && npm run build-ng && npm run build-ts && npm run post-build && npm run package",
    "serve": "yarn run live-server"
  },
  "keywords": [
    "Aspose.CAD",
    "DXF",
    "DWG",
    "DGN",
    "DWF",
    "IFC",
    "PLT",
    "DGN",
    "OBJ",
    "STL",
    "IGES",
    "CF2",
    "U3D",
    "3DS",
    "STP",
    "DXB" 
  ],
  "author": "Aspose",
  "license": "ISC",
  "readme": "README.md",
  "prepublish": "tsc",
  "devDependencies": {
    "copyfiles": "^2.4.1",
    "live-server": "^1.2.2",
    "typescript": "^4.8.4",
    "yarn": "^1.22.19"
  }
}
