{
  "name": "@pixiv/three-vrm-materials-v0compat",
  "version": "3.5.1",
  "description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
  "license": "MIT",
  "author": "pixiv",
  "files": [
    "/lib/",
    "/types/",
    "LICENSE"
  ],
  "type": "module",
  "main": "lib/three-vrm-materials-v0compat.module.js",
  "types": "types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./lib/three-vrm-materials-v0compat.module.js",
      "require": "./lib/three-vrm-materials-v0compat.cjs"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pixiv/three-vrm.git",
    "directory": "packages/three-vrm-materials-v0compat"
  },
  "scripts": {
    "version": "yarn clean && yarn build",
    "dev": "cross-env SERVE=1 yarn build-dev",
    "clean": "rimraf docs/ lib/ types/",
    "build": "yarn build-dev && yarn build-prod && yarn build-types",
    "build-js": "node ../../bin/build.mjs",
    "build-dev": "cross-env NODE_ENV=development yarn build-js",
    "build-prod": "cross-env NODE_ENV=production yarn build-js",
    "build-types": "tsc --project ./tsconfig.build-types.json",
    "docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
    "lint": "eslint \"src/**/*.{ts,tsx}\" && prettier \"src/**/*.{ts,tsx}\" --check",
    "lint-fix": "eslint \"src/**/*.{ts,tsx}\" --fix && prettier \"src/**/*.{ts,tsx}\" --write"
  },
  "lint-staged": {
    "./src/**/*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "@pixiv/types-vrm-0.0": "3.5.1",
    "@pixiv/types-vrmc-materials-mtoon-1.0": "3.5.1"
  },
  "devDependencies": {
    "@types/three": "^0.180.0",
    "three": "^0.180.0"
  },
  "peerDependencies": {
    "three": ">=0.137"
  },
  "gitHead": "2c4aac612467216e0c8e7dc4500c2fa309208cc7"
}
