{
  "name": "typicalcrimes",
  "description": "Fetch crimes",
  "version": "3.0.37",
  "source": "src/typicalcrimes.ts",
  "main": "dist/typicalcrimes.umd.js",
  "module": "dist/typicalcrimes.modern.module.js",
  "unpkg": "dist/typicalcrimes.umd.js",
  "types": "dist/typicalcrimes.d.ts",
  "keywords": [
    "crime",
    "crimes",
    "typical",
    "typicalcrime",
    "typicalcrimes",
    "violence",
    "suspect",
    "jail",
    "prison"
  ],
  "scripts": {
    "build": "microbundle --define PKG_VERSION=$npm_package_version",
    "watch": "microbundle watch --define PKG_VERSION=$npm_package_version",
    "test": "ava",
    "prepack": "rm -rf dist && npm run build",
    "release": "npm run prepack"
  },
  "dependencies": {
    "axios": "^0.19.2"
  },
  "devDependencies": {
    "ava": "^3.8.2",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-typescript-prettier": "^2.1.1",
    "esm": "^3.2.25",
    "microbundle": "^0.12.0",
    "prettier": "^2.0.1",
    "typescript": "^3.9.3"
  },
  "files": [
    "dist/**.js*",
    "dist/**/*.ts"
  ],
  "ava": {
    "require": [
      "esm"
    ]
  },
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pfftdammitchris/typicalcrimes"
  },
  "author": "Christopher Tran <pfftdammitchris@gmail.com>",
  "bugs": {
    "url": "https://github.com/pfftdammitchris/typicalcrimes/issues"
  },
  "homepage": "https://github.com/pfftdammitchris/typicalcrimes#readme",
  "prettier": {
    "arrowParens": "always",
    "jsxSingleQuote": true,
    "printWidth": 80,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "all"
  }
}
