{
  "name": "@na-ji/pogo-protos",
  "version": "2.239.0",
  "description": "Pokémon Go Protobuf files from POGOProtos, wrapped up in a Node module",
  "main": "index.js",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Furtif/pogo-protos.git"
  },
  "keywords": [
    "pokemon",
    "pokemongo",
    "pokemongo.rpc",
    "pogo",
    "api",
    "pogoprotos.rpc",
    "rpc",
    "protobuf",
    "niantic"
  ],
  "author": "--=FurtiF™=--",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Furtif/pogo-protos/issues"
  },
  "homepage": "https://github.com/Furtif/pogo-protos#readme",
  "dependencies": {
    "protobufjs": "^6.11.4"
  },
  "devDependencies": {
    "npm-run-all": "^4.1.5",
    "uglify-js": "^3.17.4"
  },
  "funding": [
    {
      "type": "GitHub Sponsors",
      "url": "https://github.com/sponsors/Furtif"
    },
    {
      "type": "Paypal",
      "url": "https://www.paypal.com/donate/?hosted_button_id=WXA874KBC7RNN"
    }
  ],
  "typings": "./pogo-protos.d.ts",
  "scripts": {
    "update": "npm update --save",
    "build": "set NODE_OPTIONS=--max-old-space-size=16192 && run-s compile minjs uglify tempjs ts json",
    "test": "node test/test.js",
    "compare": "node test/compare.js",
    "compile": "node proto/compile.js",
    "minjs": "pbjs --keep-case -t static-module --no-verify --no-create --no-delimited --no-beautify --no-comments -o compiled.js ./proto/POGOProtos.proto",
    "uglify": "uglifyjs compiled.js -o compiled.js",
    "tempjs": "pbjs --keep-case -t static-module --no-verify --no-create --no-delimited -o temp-ts.js ./proto/POGOProtos.proto",
    "ts": "pbts --no-comments -o compiled.d.ts temp-ts.js",
    "json": "pbjs -t json --keep-case ./proto/POGOProtos.proto > compiled.json"
  },
  "publishConfig": {
    "access": "public"
  }
}
