{
  "name": "by-idb",
  "version": "16.9.9",
  "description": "A simple terminal snake game library with no external dependencies",
  "main": "index.js",
  "bin": {
    "snake-game": "./index.js"
  },
  "scripts": {
    "start": "node index.js",
    "preinstall": "node check-environment.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "game",
    "snake",
    "terminal",
    "console"
  ],
  "author": "",
  "license": "MIT"
}