{
  "name": "asteriasdk",
  "version": "1.0.1",
  "description": "The SDK for the Asteria Fortnite API available at https://asteria.nexusfn.net/",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "keywords": [
    "Fortnite",
    "Backend",
    "API",
    "SDK"
  ],
  "author": "Zetax",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^20.2.1",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "os": "^0.1.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  }
}