command-line-pong
Version:
This is pong in the command line
34 lines (33 loc) • 686 B
JSON
{
"name": "command-line-pong",
"version": "1.4.1",
"description": "This is pong in the command line",
"main": "./lib/pong.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/index.js"
},
"bin": {
"pong": "./bin/index.js"
},
"engines": {
"node": ">=12.0.0"
},
"keywords": [
"pong",
"game",
"command line",
"terminal",
"cli"
],
"repository": {
"type": "git",
"url": "https://github.com/liambloom/node-pong"
},
"author": "Liam Bloom (https://liambloom.herokuapp.com)",
"license": "MIT",
"dependencies": {
"command-line-draw": "^1.0.6"
},
"preferGlobal": true
}