{
  "name": "rulyotano.math.geometry",
  "version": "0.1.1",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": ["math", "geometry", "euclidean", "degree", "radian", "point", "helper", "distance"],
  "repository": {
    "type": "git",
    "url": "https://github.com/rulyotano/rulyotano.crosscutting.js"
  },
  "homepage": "https://github.com/rulyotano/rulyotano.crosscutting.js/tree/main/src/rulyotano.math.geometry",
  "author": "Raúl Otaño Hurtado",
  "readme": "",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "@types/node": "^14.11.2",
    "gts": "^3.1.1",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "~4.7.0"
  },
  "scripts": {
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "tsc",
    "fix": "gts fix",
    "prepare": "yarn run compile",
    "pretest": "yarn run compile",
    "posttest": "yarn run lint",
    "test": "jest --ci",
    "test-watch": "jest --watch"
  },
  "dependencies": {
    "rulyotano.math": "0.9.0"
  }
}
