{
  "name": "samsung-remote",
  "version": "2.0.1",
  "description": "Remote client for Samsung SmartTV",
  "main": "index.js",
  "type": "module",
  "author": {
    "name": "Andrei Zharov",
    "email": "belmass@gmail.com",
    "url": "http://www.o2v.net/"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "lint": "eslint ./ --quiet",
    "jest": "jest --config jest.config.js",
    "test": "npm run lint && npm run jest"
  },
  "keywords": [
    "samsung",
    "smarttv",
    "remote"
  ],
  "dependencies": {
    "is-ip": "5.0.0",
    "ping": "0.4.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/natalan/samsung-remote.git"
  },
  "license": "MIT",
  "contributors": [
    {
      "name": "Andrei Zharov",
      "email": "belmass@gmail.com",
      "url": "http://www.o2v.net/"
    },
    {
      "name": "Mathieu Débit",
      "url": "https://github.com/MathieuDebit"
    },
    {
      "name": "Grayson Martin",
      "url": "https://github.com/GraysonMartin"
    },
    {
      "name": "MeFisto94",
      "url": "https://github.com/MeFisto94"
    }
  ],
  "devDependencies": {
    "@swc/core": "^1.3.25",
    "@swc/jest": "^0.2.24",
    "eslint": "^8.31.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.31.11",
    "jest": "^29.3.1",
    "jest-cli": "^29.3.1"
  }
}
