{
  "name": "node-app-store-connect-api",
  "version": "5.0.6",
  "description": "Node library to interface with the App Store Connect API",
  "main": "index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Dan Fabulich <dan@fabulich.com>",
  "license": "ISC",
  "dependencies": {
    "jose": "^4.11.2",
    "md5": "^2.3.0"
  },
  "keywords": [
    "apple",
    "app store",
    "appstore"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dfabulich/node-app-store-connect-api"
  },
  "engines": {
    "node": ">=18"
  }
}
