{
  "name": "three-freeform-controls",
  "version": "0.3.0",
  "description": "",
  "keywords": [],
  "main": "dist/three-freeform-controls.js",
  "module": "dist/three-freeform-controls.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "Ashish Chaudhary <iamashishchaudhary@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/tocttou/three-freeform-controls.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=10.0.0"
  },
  "scripts": {
    "lint": "eslint --ext ts src/ test/",
    "prebuild": "rimraf dist",
    "build": "NODE_ENV=production rollup -c rollup.config.mjs",
    "start": "NODE_ENV=development rollup -c rollup.config.mjs -w",
    "examples": "cpy examples/template.html dist --rename=index.html --flat && rollup -c rollup.examples.config.mjs -w",
    "test": "jest",
    "test:watch": "jest --coverage --watch",
    "test:prod": "npm run lint && npm run test -- --no-cache",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "commit": "git-cz",
    "precommit": "lint-staged",
    "docs": "typedoc"
  },
  "lint-staged": {
    "{src,test}/**/*.ts": [
      "eslint --fix",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 95,
        "lines": 95,
        "statements": 95
      }
    },
    "collectCoverageFrom": [
      "src/*.{js,ts}"
    ]
  },
  "prettier": {},
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-conventional": "^17.4.4",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-terser": "^0.4.0",
    "@types/jest": "^29.4.0",
    "@types/lodash.camelcase": "^4.3.7",
    "@types/lodash.get": "^4.4.7",
    "@types/nanoevents": "^1.0.0",
    "@types/node": "^18.14.2",
    "@types/rollup-plugin-json": "^3.0.3",
    "@types/rollup-plugin-sourcemaps": "^0.4.2",
    "@types/three": "^0.149.0",
    "@typescript-eslint/eslint-plugin": "^5.54.0",
    "@typescript-eslint/parser": "^5.54.0",
    "colors": "^1.4.0",
    "commitizen": "^4.3.0",
    "coveralls": "^3.1.1",
    "cpy-cli": "^4.2.0",
    "cross-env": "^7.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.35.0",
    "eslint-config-prettier": "^8.6.0",
    "husky": "^8.0.3",
    "jest": "^29.4.3",
    "jest-config": "^29.4.3",
    "lint-staged": "^13.1.2",
    "prettier": "^2.8.4",
    "prompt": "^1.3.0",
    "replace-in-file": "^6.3.5",
    "rimraf": "^4.1.2",
    "rollup": "^3.17.3",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-multi-input": "^1.3.3",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-serve": "^2.0.2",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-typescript2": "^0.34.1",
    "shelljs": "^0.8.5",
    "three": "^0.150.1",
    "three-ik": "^0.1.0",
    "three-spritetext": "^1.7.1",
    "travis-deploy-once": "^5.0.11",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.26",
    "typedoc-plugin-no-inherit": "^1.4.0",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "three": ">=0.150.1"
  },
  "dependencies": {
    "nanoevents": "^7.0.1"
  }
}
