UNPKG

@mlightcad/common

Version:

The common package provides shared utilities and base classes that are used across the RealDWG-Web ecosystem. This package contains fundamental components for color management, event handling, logging, performance monitoring, and file loading operations.

39 lines 754 B
{ "name": "@mlightcad/common", "version": "1.1.0", "license": "MIT", "type": "module", "keywords": [ "autocad", "cad", "dwg", "dxf", "mlight", "mlightcad", "objecarx", "realdwg" ], "files": [ "dist", "lib", "README.md", "package.json" ], "main": "./dist/common.umd.cjs", "module": "./dist/common.js", "types": "./lib/index.d.ts", "exports": { "types": "./lib/index.d.ts", "import": "./dist/common.js", "require": "./dist/common.umd.cjs" }, "dependencies": { "loglevel": "^1.9.1" }, "scripts": { "clean": "rimraf dist lib tsconfig.tsbuildinfo", "build": "tsc && vite build", "lint": "eslint src/", "lint:fix": "eslint --fix --quiet src/" } }