@jharrilim/game-of-life
Version:
Game of life in CLI
42 lines (41 loc) • 858 B
JSON
{
"name": "@jharrilim/game-of-life",
"version": "0.3.1",
"description": "Game of life in CLI",
"repository": {
"type": "git",
"url": "https://github.com/jharrilim/game-of-life.git"
},
"readme": "https://github.com/jharrilim/game-of-life/blob/master/README.md",
"main": "dist/index.js",
"bin": "./bin/game-of-life",
"scripts": {
"build": "tsc",
"start": "tsc && node dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"game",
"of",
"life",
"node",
"cli",
"terminal"
],
"author": "Joseph Harrison-Lim",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"jest": "^24.8.0",
"typescript": "^3.5.3"
},
"files": [
"bin",
"dist",
"src"
],
"publishConfig": {
"access": "public"
}
}