{
  "name": "v3d-core-realbits",
  "version": "0.0.12",
  "description": "WebGL-based humanoid model rendering engine.",
  "main": "dist/v3dcore.es6.js",
  "keywords": [
    "babylon.js",
    "VRM",
    "MToon",
    "WebGL",
    "Realbits"
  ],
  "files": [
    "dist",
    "dist/src/index.d.ts",
    "dist/src/index.js",
    "dist/src/index.js.map",
    "dist/src/v3d-core.d.ts",
    "dist/src/v3d-core.js",
    "dist/src/v3d-core.js.map",
    "dist/src/helper.d.ts",
    "dist/src/helper.js",
    "dist/src/helper.js.map",
    "dist/src/importer/loader-observer.d.ts",
    "dist/src/importer/loader-observer.js",
    "dist/src/importer/loader-observer.js.map",
    "dist/src/importer/loader-observer.d.ts",
    "dist/src/importer/babylon-vrm-loader/src",
    "dist/src/scene",
    "dist/src/utilities"
  ],
  "license": "MPL-2.0",
  "author": {
    "name": "Phantom Development and Realbits dev team",
    "email": "dev.realbits@gmail.com",
    "url": "https://realbits-lab.github.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/realbits-lab/v3d-core"
  },
  "scripts": {
    "build:production": "webpack --config webpack.config.js --watch --progress",
    "build:development": "webpack --config webpack.test.config.js --watch --progress",
    "lint": "tslint -p .",
    "debug": "webpack-dev-server --config webpack.test.config.js"
  },
  "dependencies": {
    "@babylonjs/core": "5.19.0",
    "@babylonjs/gui": "5.19.0",
    "@babylonjs/gui-editor": "5.19.0",
    "@babylonjs/inspector": "5.19.0",
    "@babylonjs/loaders": "5.19.0",
    "@babylonjs/materials": "5.19.0",
    "@babylonjs/serializers": "5.19.0",
    "@dev/core": "file:lib/Babylon.js/packages/dev/core",
    "@lts/core": "file:lib/Babylon.js/packages/lts/core",
    "babylon-mtoon-material": "^5.1.1",
    "babylonjs-gltf2interface": "5.0.0"
  },
  "devDependencies": {
    "@dev/build-tools": "file:lib/Babylon.js/packages/dev/buildTools",
    "@types/node": "^16.7.1",
    "@types/react": "^17.0.19",
    "@types/react-dom": "^17.0.9",
    "@types/webpack": "^5.28.0",
    "terser-webpack-plugin": "^5.2.4",
    "ts-loader": "^9.2.5",
    "typescript": "^4.3.5",
    "webpack": "^5.51.1",
    "webpack-cli": "^4.8.0",
    "webpack-dev-server": "^4.0.0"
  }
}
