{
  "name": "flipper-headless-tic-tac-toe",
  "version": "0.273.0",
  "description": "Tic-tac-toe Flipper desktop plugin implementation for the terminal",
  "homepage": "https://github.com/facebook/flipper",
  "keywords": [
    "Flipper"
  ],
  "repository": "facebook/flipper",
  "bugs": "https://github.com/facebook/flipper/issues",
  "author": "Facebook, Inc",
  "bin": "index.js",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "inquirer": "^8.2.4",
    "ws": "^8.13.0"
  },
  "files": [
    "*.js",
    "README.md"
  ]
}
