{
  "name": "nativescript-troisjs",
  "version": "0.3.22",
  "scripts": {
    "dev": "vite",
    "types": "tsc",
    "build": "vue-tsc --noEmit && vite build",
    "rollup": "tsc && rollup -c"
  },
  "devDependencies": {
    "@nativescript/canvas": "^2.0.0-beta.0",
    "@nativescript/canvas-polyfill": "^2.0.0-beta.0",
    "@nativescript/core": "^8.6.2",
    "@nativescript/types": "^8.6.1",
    "@rollup/plugin-replace": "^3.0.0",
    "@types/three": "^0.138.0",
    "@typescript-eslint/eslint-plugin": "^5.2.0",
    "@typescript-eslint/parser": "^5.2.0",
    "@vitejs/plugin-vue": "^2.2.0",
    "@vue/compiler-sfc": "^3.2.20",
    "@vue/eslint-config-standard": "^6.1.0",
    "@vue/eslint-config-typescript": "^10.0.0",
    "cannon": "^0.6.2",
    "esbuild": "^0.14.21",
    "eslint": "^8.1.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-vue": "^8.0.3",
    "gsap": "^3.5.1",
    "nativescript-vue": "3.0.0-beta.10",
    "rollup-plugin-dts": "^4.0.0",
    "rollup-plugin-esbuild": "^4.1.0",
    "stats.js": "0.17.0",
    "three": "^0.160.1",
    "typescript": "^4.1.5",
    "vite": "^2.6.13",
    "vue": "^3.4.15",
    "vue-eslint-parser": "^9.4.0",
    "vue-tsc": "^1.8.27"
  },
  "main": "build/trois.js",
  "module": "build/trois.module.js",
  "types": "build/trois.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArthurMJ96/nativescript-troisjs.git"
  },
  "keywords": [
    "threejs",
    "vuejs",
    "webgl",
    "nativescript",
    "vue3"
  ],
  "author": "Kevin Levron",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ArthurMJ96/nativescript-troisjs/issues"
  },
  "homepage": "https://github.com/ArthurMJ96/nativescript-troisjs",
  "dependencies": {
    "@nativescript/canvas-media": "^2.0.0-beta.0",
    "@nativescript/canvas-three": "^2.0.0-beta.0"
  }
}
