{
  "name": "mind-ar-ts",
  "version": "0.5.7",
  "description": "Mind AR JS but with TS integrations",
  "contributors": [
    "krsbx",
    "hiukim"
  ],
  "main": "index.js",
  "types": "types/mind-ar-ts.d.ts",
  "scripts": {
    "dev": "vite",
    "build:prod": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack --config webpack.config.prod.ts",
    "build:watch": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack --watch --config webpack.config.dev.ts",
    "lint": "eslint --cache --fix src/*",
    "preview": "vite preview",
    "prepare": "npx patch-package && husky install",
    "generate:face-geometry": "ts-node src/experimental/face-target/face-geometry/face-data-generator.ts"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.0",
    "@commitlint/config-conventional": "^17.0.0",
    "@originjs/vite-plugin-commonjs": "^1.0.3",
    "@rollup/plugin-dynamic-import-vars": "^1.4.3",
    "@tensorflow/tfjs": "^3.18.0",
    "@tensorflow/tfjs-backend-webgl": "^3.18.0",
    "@types/aframe": "^1.2.0",
    "@types/webpack": "^5.28.0",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.26.0",
    "cross-env": "^7.0.3",
    "css-loader": "^6.7.1",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.0.0",
    "html-loader": "^4.1.0",
    "husky": "^8.0.1",
    "ml-matrix": "^6.10.0",
    "node-sass": "^7.0.1",
    "prettier": "^2.6.2",
    "sass": "^1.52.1",
    "sass-loader": "^13.0.0",
    "stats-js": "^1.0.1",
    "style-loader": "^3.3.1",
    "terser-webpack-plugin": "^5.3.1",
    "three": "^0.143.0",
    "three-bmfont-text": "^3.0.1",
    "tinyqueue": "^2.0.3",
    "ts-loader": "^9.3.0",
    "ts-node": "^10.8.0",
    "typescript": "^4.7.2",
    "vite": "^3.0.2",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.9.2",
    "worker-loader": "^3.0.8"
  },
  "dependencies": {
    "@mediapipe/face_mesh": "^0.4.1633559619",
    "@msgpack/msgpack": "^2.7.2",
    "@techstark/opencv-js": "^4.5.5-release.2"
  },
  "lint-staged": {
    "*.{ts,tsx}": "eslint --cache --fix",
    "*.{ts,tsx,scss,md}": "prettier --write"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krsbx/mind-ar-ts.git"
  },
  "bugs": {
    "url": "https://github.com/krsbx/mind-ar-ts.git"
  }
}
