{
  "name": "screeps-api",
  "version": "2.0.1",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/screepers/node-screeps-api.git"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "bin": "dist/cli.js",
  "browser": {
    "ws": "dist/ws-browser.js"
  },
  "scripts": {
    "build": "rollup -c",
    "build:docs": "typedoc",
    "prepublishOnly": "npm run build",
    "cli": "tsx bin/screeps-api.ts",
    "lint": "eslint",
    "lint-fix": "eslint --fix",
    "test_": "mocha",
    "test": "echo Tests disabled, TODO: FIX THIS!",
    "2npm": "publish-if-not-published"
  },
  "author": "Alina Shumann (https://github.com/AlinaNova21)",
  "contributors": [
    "DocDvorak <docdvorak@gmail.com> (https://github.com/DocDvorak)"
  ],
  "license": "ISC",
  "engines": {
    "node": "22.x || 24.x"
  },
  "files": [
    "dist/**/*"
  ],
  "dependencies": {
    "axios": "^1.16.1",
    "commander": "^14.0.3",
    "debug": "^4.4.3",
    "ws": "^8.20.1",
    "yaml": "^2.9.0"
  },
  "optionalDependencies": {
    "bufferutil": "^4.1.0",
    "utf-8-validate": "^6.0.6"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/debug": "^4.1.13",
    "@types/lodash": "^4.17.24",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.59.1",
    "@typescript-eslint/parser": "^8.59.1",
    "@typescript-eslint/typescript-estree": "^8.59.1",
    "eslint": "^10.3.0",
    "eslint-plugin-jsdoc": "^63.0.1",
    "lodash": "^4.18.1",
    "mocha": "^11.7.6",
    "publish-if-not-published": "^3.1.3",
    "rollup": "^4.60.4",
    "rollup-plugin-typescript2": "^0.37.0",
    "tslib": "^2.8.1",
    "tsx": "^4.22.3",
    "typedoc": "^0.28.19",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.1"
  },
  "packageManager": "yarn@4.15.0"
}