{
  "name": "contactjs",
  "version": "2.1.7",
  "description": "Pointer gestures for your webapp",
  "main": "dist/index.js",
  "module": "dist/contact.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/biodiv/contactjs.git"
  },
  "files": [
    "dist"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/biodiv/contactjs/issues"
  },
  "homepage": "https://biodiv.github.io/contactjs/",
  "scripts": {
    "build": "tsc",
    "build:parcel": "parcel build",
    "watch": "tsc --watch",
    "watch:parcel": "parcel watch",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "lint:strict": "eslint . --max-warnings=0"
  },
  "devDependencies": {
    "@parcel/packager-ts": "^2.7.0",
    "@parcel/transformer-typescript-types": "^2.7.0",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "eslint": "^8.23.1",
    "parcel": "^2.7.0",
    "typescript": "^4.8.3"
  },
  "targets": {
    "main": {
      "optimize": true
    }
  }
}
