{
  "name": "@arnabxd/bin-lookup",
  "version": "2.0.0",
  "description": "Search bin details from various bin database",
  "main": "lib/index.js",
  "scripts": {
    "test": "rimraf lib && tsc --project tsconfig.json && ava",
    "prepublishOnly": "rimraf lib && tsc --project tsconfig.build.json",
    "build": "rimraf lib && tsc --project tsconfig.build.json",
    "lint": "eslint ./src --max-warnings=0",
    "format": "prettier --write src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArnabXD/bin-lookup.git"
  },
  "keywords": [
    "bin"
  ],
  "author": {
    "name": "Arnab Paryali",
    "url": "https://arnabxd.me"
  },
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/ArnabXD/bin-lookup/issues"
  },
  "homepage": "https://github.com/ArnabXD/bin-lookup#readme",
  "typings": "src/types.d.ts",
  "dependencies": {
    "axios": "^0.27.2",
    "cheerio": "1.0.0-rc.12",
    "emoji-flags": "^1.3.0"
  },
  "devDependencies": {
    "@ava/typescript": "3.0.1",
    "@types/cheerio": "^0.22.31",
    "@types/emoji-flags": "1.3.0",
    "@types/node": "16.11.43",
    "@typescript-eslint/eslint-plugin": "5.30.6",
    "@typescript-eslint/parser": "5.30.6",
    "ava": "4.3.1",
    "eslint": "8.19.0",
    "eslint-config-prettier": "8.5.0",
    "esm": "3.2.25",
    "prettier": "2.7.1",
    "rimraf": "3.0.2",
    "ts-node": "10.8.2",
    "typescript": "4.7.4"
  },
  "ava": {
    "typescript": {
      "rewritePaths": {
        "src/": "lib/"
      },
      "extensions": [
        "ts"
      ],
      "compile": false
    }
  }
}
