UNPKG

@mlightcad/common

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://img.shields.io/npm/v/@mlightcad/common.svg)](https://www.npmjs.com/package/@mlightcad/common)

46 lines 899 B
{ "name": "@mlightcad/common", "version": "1.14.1", "license": "MIT", "type": "module", "repository": { "type": "git", "url": "https://github.com/mlightcad/realdwg-web" }, "keywords": [ "autocad", "cad", "dwg", "dxf", "mlight", "mlightcad", "objectarx", "realdwg" ], "files": [ "dist", "lib", "README.md", "package.json" ], "sideEffects": [ "./lib/AcCmLogUtil.js" ], "main": "./dist/common.umd.cjs", "module": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { "types": "./lib/index.d.ts", "import": "./lib/index.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/" } }