{
  "name": "one-yeheng",
  "version": "1.0.3",
  "description": "A simple Tetris game",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
  "start": "node server.js",
  "test": "echo \"No tests specified\""
},
  "keywords": ["tetris", "game", "javascript"],
  "author": "Е Хэн"
}

