{
  "name": "sa-simple-rcon",
  "version": "1.1.9-dev26",
  "description": "> A simplified rcon client for rust and ark",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "keywords": [
    "rcon",
    "typescript",
    "library"
  ],
  "license": "MIT",
  "allowSyntheticDefaultImports": true,
  "compilerOptions": {
    "module": "CommonJS"
  },
  "scripts": {
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "build": "rollup -c --bundleConfigAsCjs"
  },
  "dependencies": {
    "@babel/preset-typescript": "^7.16.0",
    "json-bigint": "^1.0.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.4",
    "@types/jest": "29.5.12",
    "@types/node": "20.12.12",
    "jest": "29.7.0",
    "rollup": "4.18.0",
    "rollup-plugin-typescript2": "0.36.0",
    "ts-jest": "29.1.3",
    "typescript": "5.4.5"
  },
  "files": [
    "lib",
    "package.json"
  ],
  "types": "./lib\\index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "author": ""
}
