{
  "name": "aframe-input",
  "version": "0.1.0",
  "description": "Using input element in AFRAME!",
  "homepage": "https://github.com/juunini/aframe-input",
  "scripts": {
    "test": "is-ci \"test:ci\" \"test:dev\"",
    "test:dev": "pnpm run test:types && pnpm run test:format && pnpm run test:eslint && jest --watch",
    "test:ci": "pnpm run test:types && pnpm run test:format && pnpm run test:eslint && jest --coverage",
    "test:coverage": "pnpm test:ci; open coverage/lcov-report/index.html",
    "test:format": "pnpm eslint",
    "test:types": "tsc",
    "test:eslint": "eslint --ext .ts,.tsx ./src",
    "test:size": "pnpm build:umd && bundlewatch",
    "build": "pnpm build:commonjs && pnpm build:es && pnpm build:umd && pnpm build:types",
    "build:commonjs": "rimraf './lib/**/*.js' && cross-env BABEL_ENV=commonjs babel --extensions .ts,.tsx --ignore ./src/**/tests/**/* ./src --out-dir lib",
    "build:es": "rimraf './lib/**/*.mjs' && cross-env BABEL_ENV=es babel --extensions .ts,.tsx --ignore ./src/**/tests/**/* ./src --out-dir lib --out-file-extension .mjs",
    "build:umd": "rimraf ./dist && cross-env NODE_ENV=production rollup -c && rollup-plugin-visualizer stats-react.json",
    "build:types": "rimraf './lib/**/*.d.ts' && tsc --project ./tsconfig.types.json",
    "watch": "pnpm watch:commonjs && watch:es & pnpm watch:umd & pnpm watch:types",
    "watch:commonjs": "rimraf './lib/**/*.js' && cross-env BABEL_ENV=commonjs babel --watch --extensions .ts,.tsx --ignore ./src/**/tests/**/* ./src --out-dir lib",
    "watch:es": "rimraf './lib/**/*.mjs' && cross-env BABEL_ENV=es babel --watch --extensions .ts,.tsx --ignore ./src/**/tests/**/* ./src --out-dir lib --out-file-extension .mjs",
    "watch:umd": "rimraf ./dist && cross-env NODE_ENV=production rollup -w -c && rollup-plugin-visualizer stats-react.json",
    "watch:types": "rimraf './lib/**/*.d.ts' && tsc --watch --project ./tsconfig.types.json",
    "now-build": "pnpm && cd www && pnpm && pnpm build",
    "start": "pnpm watch",
    "format": "pnpm test:eslint --fix",
    "stats": "open ./stats.html"
  },
  "repository": "juunini/aframe-input",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.18.5",
    "@babel/plugin-transform-modules-commonjs": "^7.18.2",
    "@babel/plugin-transform-runtime": "^7.18.5",
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-typescript": "^7.17.12",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@svgr/rollup": "^6.2.1",
    "@types/aframe": "^1.2.0",
    "@types/jest": "^28.1.2",
    "@types/jest-plugin-context": "^2.9.5",
    "@types/node": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "babel-jest": "^28.1.1",
    "babel-loader": "^8.2.5",
    "babel-plugin-add-import-extension": "^1.6.0",
    "babel-plugin-const-enum": "^1.2.0",
    "babel-plugin-transform-async-to-promises": "^0.8.18",
    "bundlewatch": "^0.3.3",
    "cross-env": "^7.0.3",
    "eslint": "^8.18.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.26.0",
    "is-ci-cli": "^2.2.0",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "jest-plugin-context": "^2.9.0",
    "process": "^0.11.10",
    "replace": "^1.2.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.75.7",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-browserify-transform": "^1.0.1",
    "rollup-plugin-jscc": "^2.0.0",
    "rollup-plugin-node-externals": "^4.0.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-polyfill": "^4.0.0",
    "rollup-plugin-size": "^0.2.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.6.0",
    "type-fest": "^2.13.1",
    "typescript": "^4.7.4",
    "webpack": "^5.73.0"
  },
  "link": true,
  "keywords": [
    "three",
    "aframe",
    "input",
    "vr",
    "xr",
    "3d"
  ],
  "dependencies": {
    "@babel/runtime": "^7.18.3",
    "@babylonjs/core": "^5.12.1",
    "aframe-troika-text": "^0.7.1",
    "socket.io-client": "^4.5.1"
  },
  "bundlewatch": {
    "files": [
      {
        "path": "dist/*.min.js"
      }
    ]
  }
}
