{
  "name": "@pixiv/types-vrmc-materials-mtoon-1.0",
  "version": "3.5.2",
  "description": "Type definitions of VRMC_materials_mtoon 1.0 schema",
  "license": "MIT",
  "author": "pixiv",
  "files": [
    "/types/",
    "LICENSE"
  ],
  "main": "",
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/pixiv/three-vrm.git",
    "directory": "packages/types-vrmc-materials-mtoon-1.0"
  },
  "scripts": {
    "version": "pnpm clean",
    "clean": "rimraf docs/",
    "docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
    "lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",
    "lint-fix": "eslint \"types/**/*.{ts,tsx}\" --fix && prettier \"types/**/*.{ts,tsx}\" --write"
  },
  "lint-staged": {
    "./types/**/*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "gitHead": "9d125586f6d7da094b0ac5f204cebf19586f2397"
}
