{
  "name": "tetris-cli",
  "version": "1.1.2",
  "description": "",
  "bin": {
    "tetris-cli": "bin/tetris-cli"
  },
  "main": "tetris.js",
  "scripts": {
    "start": "node tetris.js",
    "pkg": "pkg tetris.js --out-path build"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chalk": "^2.4.2",
    "lodash": "^4.17.15",
    "random-js": "^2.1.0"
  },
  "devDependencies": {
    "pkg": "^4.4.0"
  }
}
