{
  "name": "stl-parser",
  "version": "0.12.0",
  "description": "STL-parser is a transform stream which convert STL-files to newline separated JSON events for each face.",
  "type": "module",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "bin": {
    "stl-parser": "build/cli/index.js"
  },
  "files": [
    "build/",
    "README.md"
  ],
  "scripts": {
    "prepublishOnly": "make test && make build"
  },
  "dependencies": {
    "@types/node": "^25.6.0",
    "buffertrim": "^1.0.0",
    "chai": "^6.2.2",
    "chalk": "^5.6.2",
    "clone": "^2.1.2",
    "stl-models": "^0.12.0",
    "typescript": "^6.0.3",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.13",
    "@types/chai": "^5.2.3",
    "@types/clone": "^2.1.4",
    "@types/yargs": "^17.0.35",
    "filestream": "^5.0.0"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "stl",
    "parser"
  ],
  "author": "Adrian Sieber",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lowfab/stl-parser.git"
  },
  "bugs": {
    "url": "https://github.com/Lowfab/stl-parser/issues"
  },
  "homepage": "https://github.com/Lowfab/stl-parser",
  "peerDependencies": {
    "typescript": "^6.0.0"
  }
}
