win-destroyer-ts
Version:
A modern recreation of the timeless Desktop Destroyer game developed by Ing. Miroslav Nemecek, written in TypeScript.
65 lines (64 loc) • 1.73 kB
JSON
{
"name": "win-destroyer-ts",
"version": "0.0.1",
"description": "A modern recreation of the timeless Desktop Destroyer game developed by Ing. Miroslav Nemecek, written in TypeScript.",
"main": "build/index.js",
"types": "build/types/index.d.ts",
"scripts": {
"start": "webpack serve --config webpack.config.demo.js",
"build": "webpack && tsc",
"build:demo": "webpack --config webpack.config.demo.js",
"test": "jest --silent",
"coverage": "npm run test -- --coverage",
"prepare": "npm run build",
"trypublish": "npm publish || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LitIpfx/win-destroyer-ts.git"
},
"author": "Jeff Puls <https://jpuls.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LitIpfx/win-destroyer-ts/issues"
},
"homepage": "https://github.com/LitIpfx/win-destroyer-ts#readme",
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/howler": "^2.2.7",
"@types/node": "^18.6.2",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"howler": "^2.2.3"
},
"keywords": [
"typescript",
"react",
"reactjs",
"react.js",
"game",
"Desktop Destroyer",
"desktop",
"domain",
"destroyer",
"sprite",
"minigame",
"browser game",
"retro",
"vintage",
"90s"
],
"files": [
"build"
]
}