{
   "name": "x3d-tidy",
   "version": "2.0.32",
   "description": "X3D Converter, Beautifier and Minimizer",
   "main": "src/main.js",
   "bin": {
      "x3d-tidy": "bin/x3d-tidy.js"
   },
   "files": [
      "bin/*",
      "src/*"
   ],
   "scripts": {
      "start": "node bin/x3d-tidy.js",
      "test": "node build/test.js",
      "release": "node build/release.js"
   },
   "repository": {
      "type": "git",
      "url": "git+https://github.com/create3000/x3d-tidy.git"
   },
   "keywords": [
      "beautifier",
      "Compressor",
      "converter",
      "GLB",
      "glTF2",
      "JSON",
      "Minimizer",
      "npx",
      "PLY",
      "STL",
      "SVG",
      "tidy",
      "VRML",
      "Wavefront-OBJ",
      "wrl",
      "x_ite",
      "X3D",
      "XML"
   ],
   "author": "Holger Seelig",
   "license": "GPL-3.0",
   "bugs": {
      "url": "https://github.com/create3000/x3d-tidy/issues"
   },
   "homepage": "https://www.npmjs.com/package/x3d-tidy",
   "contributors": [
      {
         "name": "Holger Seelig",
         "email": "holger.seelig@gmail.com",
         "url": "https://github.com/create3000"
      }
   ],
   "dependencies": {
      "x_ite": "^11.5.0",
      "x_ite-node": "^1.0.41",
      "x3d-traverse": "^1.0.11",
      "yargs": "^17.7.2"
   },
   "devDependencies": {
      "shell-tools": "^1.1.9"
   }
}
