{
  "name": "sonyliv-token-fetcher",
  "version": "1.0.0",
  "description": "A simple Node.js script to fetch an hdnea token from Sony LIV API",
  "main": "fetchToken.js",
  "scripts": {
    "start": "node fetchToken.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "api",
    "token",
    "fetch"
  ],
  "author": "",
  "license": "ISC"
}