{
  "name": "angle-between-landmarks",
  "version": "1.1.4",
  "description": "This library calculates the angle between three landmarks",
  "type": "module",
  "source": "src/index.ts",
  "exports": {
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "scripts": {
    "build": "rm -rf ./dist && microbundle --tsconfig ./tsconfig.json",
    "dev": "microbundle watch",
    "prepare": "husky install",
    "lint": "eslint src test",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yousufkalim/angle-between-landmarks.git"
  },
  "keywords": [
    "angle",
    "landmarks",
    "face",
    "face-api",
    "face-api.js",
    "calculate",
    "find",
    "mediapipe",
    "pose",
    "face-mesh"
  ],
  "author": "Yousuf Kalim <yousufkalim@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yousufkalim/angle-between-landmarks/issues"
  },
  "homepage": "https://github.com/yousufkalim/angle-between-landmarks#readme",
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@types/jest": "^29.2.5",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "commitlint-config-non-conventional": "^1.0.1",
    "eslint": "^8.24.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard-with-typescript": "^24.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.0.0",
    "husky": "^8.0.0",
    "jest": "^29.3.1",
    "lint-staged": "^13.0.3",
    "microbundle": "^0.15.1",
    "prettier": "^2.7.1",
    "pretty-quick": "^3.1.3",
    "ts-jest": "^29.0.3",
    "typescript": "*"
  }
}
