{
  "name": "@na-ji/pogo-protos",
  "version": "2.250.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": {
    "cross-env": "^10.1.0",
    "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": "npm run compile && npm run minjs && npm run uglify && npm run tempjs && npm run ts && npm run json",
    "test": "node test/test.js",
    "compare": "node test/compare.js",
    "compile": "cross-env NODE_OPTIONS=--max-old-space-size=16192 node proto/compile.js",
    "minjs": "cross-env NODE_OPTIONS=--max-old-space-size=16192 pbjs --keep-case -t static-module --no-verify --no-create --no-delimited --no-beautify --no-comments -o compiled.js ./proto/POGOProtos.proto",
    "uglify": "cross-env NODE_OPTIONS=--max-old-space-size=16192 uglifyjs compiled.js -o compiled.js",
    "tempjs": "cross-env NODE_OPTIONS=--max-old-space-size=16192 pbjs --keep-case -t static-module --no-verify --no-create --no-delimited -o temp-ts.js ./proto/POGOProtos.proto",
    "ts": "cross-env NODE_OPTIONS=--max-old-space-size=16192 pbts --no-comments -o compiled.d.ts temp-ts.js",
    "json": "cross-env NODE_OPTIONS=--max-old-space-size=16192 pbjs -t json --keep-case ./proto/POGOProtos.proto > compiled.json"
  },
  "publishConfig": {
    "access": "public"
  }
}
