{
  "name": "@topmarksdevelopment/hover-position",
  "description": "A compact tool to help position an element against another. Similar to JQuery `.position()`",
  "author": "TopMarksDevelopment",
  "version": "1.0.1",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "JQuery position",
    "element position",
    "vanilla js positioning"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TopMarksDevelopment/JavaScript.HoverPosition.git"
  },
  "bugs": {
    "url": "https://github.com/TopMarksDevelopment/JavaScript.HoverPosition/issues"
  },
  "homepage": "https://github.com/TopMarksDevelopment/JavaScript.HoverPosition#readme",
  "files": [
    "lib/**",
    "package-lock.json"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint ./src --ext .ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.25.0",
    "@typescript-eslint/parser": "^5.25.0",
    "eslint": "^8.15.0",
    "prettier": "^2.6.2",
    "typescript": "^4.6.4"
  },
  "dependencies": {}
}
