{
  "name": "zero-g",
  "version": "0.3.0",
  "description": "A utility library for efficiently adding panning and zooming capabilities to any DOM element. Comes with out-of-the-box TypeScript typings!",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "js:next": "dist/index.js",
  "typings": "dist/index.d.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "typecheck": "tsc --project ./tsconfig.json --noEmit",
    "typecheck:dev": "tsc --project ./tsconfig.json --noEmit --watch",
    "build:commonjs": "tsc --project ./tsconfig.json",
    "clean": "rimraf ./dist",
    "build": "run-s clean typecheck build:commonjs",
    "dev:parcel:basic": "parcel ./index.dev.html --out-file index.html",
    "dev:parcel:synchronized": "parcel ./index.synchronized.html --out-file index.html",
    "dev:basic": "run-p dev:parcel:basic typecheck:dev",
    "dev:synchronized": "run-p dev:parcel:synchronized typecheck:dev",
    "prepublishOnly": "npm run build",
    "test": "jest --env jsdom"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benduran/zero-g.git"
  },
  "keywords": [
    "Pan",
    "Zoom",
    "Utility",
    "Image",
    "DOM",
    "Element",
    "Library"
  ],
  "author": "Benjamin Duran <stratodyne@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/benduran/zero-g/issues"
  },
  "homepage": "https://github.com/benduran/zero-g#readme",
  "devDependencies": {
    "@types/jest": "^24.9.0",
    "@types/parcel-bundler": "^1.12.1",
    "jest": "^24.9.0",
    "npm-run-all": "^4.1.5",
    "parcel-bundler": "^1.12.4",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.3.0",
    "tslint": "^6.0.0",
    "tslint-config-airbnb": "^5.11.2",
    "typescript": "^3.7.5"
  }
}
