{
  "name": "react-native-babylonjs",
  "version": "1.1.2",
  "description": "React Native for Babylon.js",
  "homepage": "https://github.com/flyskywhy/react-native-babylonjs/",
  "keywords": [
    "3d",
    "babylon",
    "babylon.js",
    "multiple-touches",
    "react",
    "react-native",
    "react-native-gcanvas",
    "react-reconciler",
    "renderer",
    "webgl"
  ],
  "main": "dist/react-babylonjs.js",
  "module": "dist/react-babylonjs.js",
  "esnext": "dist/react-babylonjs.js",
  "typings": "dist/react-babylonjs.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "author": "Brian Zinn <github@wakeskate.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/flyskywhy/react-native-babylonjs/"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "lint": "concurrently 'yarn:lint:check:*'",
    "lint:check:eslint": "eslint src/**/*.{ts,tsx}",
    "lint:check:prettier": "prettier -c \"**/*.{ts,js,tsx,jsx,json,md,mdx}\"",
    "lint:fix": "concurrently 'yarn:lint:fix:*'",
    "lint:fix:eslint": "eslint --fix . --ext .ts",
    "lint:fix:prettier": "prettier -w \"**/*.{ts,js,tsx,jsx,json,md,mdx}\"",
    "prebuild": "rimraf dist",
    "build": "cross-env NODE_ENV=production rollup -c",
    "build:dev": "rollup -c",
    "start": "tsc-watch --onSuccess \"rollup -c\"",
    "generate-code": "cross-env NODE_OPTIONS=--max_old_space_size=4096 ts-node -P tools/tsconfig.generate.json tools/generate-code.ts",
    "unit-test": "cross-env TS_NODE_PROJECT=\"test/tsconfig.json\" mocha",
    "test": "npm run unit-test",
    "test:coverage": "c8 --reporter=lcov --reporter=text-summary npm run test"
  },
  "devDependencies": {
    "@babylonjs/core": "^5.1.0",
    "@babylonjs/gui": "^5.1.0",
    "@rollup/plugin-json": "^4.0.2",
    "@rollup/plugin-replace": "^3.0.0",
    "@types/lodash.camelcase": "^4.3.6",
    "@types/mocha": "^9.1.0",
    "@types/node": "^14.14.10",
    "@types/react": "^17.0.44",
    "@types/react-dom": "^17.0.15",
    "@types/react-reconciler": "^0.26.4",
    "@types/sinon": "^9.0.10",
    "@typescript-eslint/eslint-plugin": "^4.29.1",
    "@typescript-eslint/parser": "^4.29.1",
    "c8": "^7.11.0",
    "concurrently": "^7.0.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-react-hooks": "^4.4.0",
    "esm": "^3.2.25",
    "github-release-notes": "0.17.2",
    "lodash.camelcase": "^4.3.0",
    "mocha": "^9.2.2",
    "prettier": "^2.6.1",
    "prettier-plugin-organize-imports": "^2.3.4",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.0.6",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "0.31.2",
    "sinon": "^9.2.4",
    "ts-morph": "^14.0.0",
    "ts-node": "^10.7.0",
    "tsc-watch": "4.1.0",
    "tsconfig-paths": "^3.9.0",
    "tslib": "2.4.1",
    "typescript": "4.6.3"
  },
  "peerDependencies": {
    "@babylonjs/core": "5.x",
    "@babylonjs/gui": "5.x",
    "@flyskywhy/react-native-gcanvas": ">=6.0.5",
    "react": ">=17",
    "react-dom": ">=17"
  },
  "dependencies": {
    "react-native-match-media-polyfill": "1.0.3",
    "react-reconciler": "^0.26.2"
  }
}
