{
  "name": "three-dxf-loader",
  "version": "5.2.0",
  "description": "Cross platform DXF loader for three.js. Out of the box usable with react-three-fiber.",
  "type": "module",
  "main": "dist/three-dxf-loader.js",
  "module": "src/Loader.js",
  "scripts": {
    "build-dev": "cross-env NODE_ENV=development webpack -c webpack.config.js",
    "build": "cross-env NODE_ENV=production webpack -c webpack.config.js",
    "prepublishOnly": "npm run build",
    "start": "npm install && npm run build && cd sample && npm install && npm run start",
    "start-dev": "npm install && npm run build-dev && cd sample && npm install && npm run start",
    "lint": "eslint src --ext js --report-unused-disable-directives --max-warnings 0",
    "prettier": "prettier src/**/*.js --write && prettier sample/*.js --write"
  },
  "exports": {
    ".": {
      "import": "./dist/three-dxf-loader.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prolincur/three-dxf-loader"
  },
  "bugs": {
    "url": "https://github.com/prolincur/three-dxf-loader/issues"
  },
  "homepage": "https://github.com/prolincur/three-dxf-loader",
  "author": "Prolincur Technologies (prolincur.com) and GDS Storefront Estimating (gdsestimating.com)",
  "contributors": [
    "Sourabh Soni <https://www.prolincur.com>",
    "Ben Zuill-Smith <bzuillsmith@gmail.com>"
  ],
  "license": "MIT",
  "files": [
    "dist/*"
  ],
  "devDependencies": {
    "cross-env": "^7.0.3",
    "eslint": "^8.56.0",
    "eslint-plugin-prettier": "^5.1.3",
    "html-webpack-plugin": "^5.5.0",
    "prettier": "^3.1.1",
    "webpack": "^5.52.1",
    "webpack-cli": "^4.8.0",
    "webpack-node-externals": "^3.0.0"
  },
  "peerDependencies": {
    "three": "0.160.0"
  },
  "keywords": [
    "dxf",
    "cad",
    "viewer",
    "threejs",
    "react-three-fiber",
    "r3f",
    "three",
    "loader",
    "3d",
    "2d",
    "drawings"
  ],
  "dependencies": {
    "@dxfom/mtext": "^0.3.2",
    "dxf-parser": "^1.1.2",
    "js-base64": "^3.7.3",
    "troika-three-text": "^0.48.0"
  }
}
