UNPKG

@jonathanbuchner/minesweeper

Version:
41 lines (39 loc) 877 B
{ "name": "@jonathanbuchner/minesweeper", "version": "0.0.4", "description": "Minesweeper typescript project", "main": "index.js", "scripts": { "test": "mocha --require ts-node/register test/**/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/JonathanBuchner/Minesweeper.git" }, "keywords": [ "Minesweeper", "Typescript" ], "author": "Jonathan Buhcner", "license": "MIT", "bugs": { "url": "https://github.com/JonathanBuchner/Minesweeper/issues" }, "homepage": "https://github.com/JonathanBuchner/Minesweeper#readme", "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.6", "chai": "^4.2.0", "mocha": "^6.0.0", "ts-node": "^8.0.2", "typescript": "^3.3.3" }, "directories": { "test": "test" }, "dependencies": { }, "files" : [ "dist" ] }