{
  "name": "erbs-client",
  "version": "1.7.0",
  "description": "Eternal Return: Black Survival Api Client",
  "main": "dist/index.js",
  "scripts": {
    "start": "tsc && node dist/",
    "start:dev": "ts-node ./src/",
    "build": "tsc",
    "test": "jest --verbose --coverage"
  },
  "author": "Paul Endri",
  "license": "ISC",
  "dependencies": {
    "node-fetch": "^2.6.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PaulEndri/eternal-return-project",
    "directory": "packages/client"
  },
  "gitHead": "20f1e3fdd3c8787d1449a3e360e2b92daf9a74fd"
}
