{
  "name": "sysbot-net-api",
  "version": "2.0.12",
  "description": "A very simple and lightweight package that allows to subscribe to events coming from SysBot.ACNHOrders and make HTTP-like requests to it, via the bot's SocketAPIServer.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "start": "npm run build && node ./dist/index.js",
    "build": "rm -r -f ./dist && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com:Fehniix/sysbot-net-api.git"
  },
  "keywords": [
    "api",
    "acnh",
    "ACNHOrders",
    "bot",
    "acnh-bot",
    "communication",
    "socket",
    "api"
  ],
  "author": "Johnny Bueti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com:Fehniix/sysbot-net-api.git/issues"
  },
  "homepage": "https://github.com:Fehniix/sysbot-net-api.git#readme",
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/node": "~17.0.12"
  },
  "dependencies": {
    "debug": "^4.3.3",
    "tiny-typed-emitter": "~2.1.0"
  }
}
