domain-destroyer
Version:
A modern recreation of the timeless Desktop Destroyer game developed by Ing. Miroslav Nemecek, written in TypeScript.
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "domain-destroyer",
"version": "0.2.0",
"description": "A modern recreation of the timeless Desktop Destroyer game developed by Ing. Miroslav Nemecek, written in TypeScript.",
"main": "dist/index.js",
"scripts": {
"build": "echo \"Compiling to dist/...\" && tsc --p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J-Puls/domain-destroyer.git"
},
"author": "Jeff Puls <https://jpuls.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/J-Puls/domain-destroyer/issues"
},
"homepage": "https://github.com/J-Puls/domain-destroyer#readme",
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"typescript": "^4.1.3"
},
"dependencies": {
"howler": "^2.2.1"
},
"keywords": [
"typescript",
"react",
"reactjs",
"react.js",
"game",
"Desktop Destroyer",
"desktop",
"domain",
"destroyer",
"sprite",
"minigame",
"browser game",
"retro",
"vintage",
"90s"
],
"files": [
"dist"
]
}