{
  "name": "jser-stat",
  "version": "4.0.3",
  "description": "JSer.info stat library",
  "main": "lib/index.js",
  "bin": {
    "update-jser-stat": "bin/update-jser-stat.js"
  },
  "browser": "lib/browser-index.js",
  "types": "lib/index.d.ts",
  "files": [
    "bin",
    "data/*.js",
    "lib",
    "src"
  ],
  "scripts": {
    "install": "node data/install-hook.js",
    "prepublish": "npm run --if-present build",
    "build": "cross-env NODE_ENV=production tsc -p .",
    "watch": "tsc -p . --watch",
    "test": "mocha 'test/**/*.js'",
    "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'",
    "precommit": "lint-staged",
    "postcommit": "git reset"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jser/stat-js.git"
  },
  "keywords": [
    "jser"
  ],
  "author": "azu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jser/stat-js/issues"
  },
  "homepage": "https://github.com/jser/stat-js",
  "devDependencies": {
    "@types/mocha": "^2.2.43",
    "@types/node": "^8.0.46",
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-jsdoc-to-assert": "^4.0.0",
    "babel-preset-power-assert": "^1.0.0",
    "babel-register": "^6.18.0",
    "cross-env": "^5.1.0",
    "lint-staged": "^4.3.0",
    "mocha": "^4.0.1",
    "power-assert": "^1.4.2",
    "prettier": "^1.7.4",
    "ts-node": "^3.3.0",
    "typescript": "^2.5.3"
  },
  "dependencies": {
    "array.prototype.find": "^2.0.1",
    "binarysearch": "^1.0.0",
    "lodash.sortby": "^4.7.0",
    "natural": "^0.4.0",
    "request": "^2.57.0"
  },
  "prettier": {
    "printWidth": 120,
    "tabWidth": 4
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,css}": [
      "prettier --write",
      "git add"
    ]
  }
}
