-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
22 lines (22 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "2dtanks",
"version": "1.0.0",
"description": "A 2D multiplayer game featuring tanks, developed from scratch by Egor Pankratiev and Stanislav Gabrus. Engage in exciting real-time tank battles with other players, all without the use of additional libraries or engines.",
"main": "index.html",
"scripts": {
"serve": "webpack-dev-server",
"build-dev": "webpack --mode=development",
"build-prod": "webpack --mode=production"
},
"keywords": ["game development", "multiplayer", "2D game", "tanks", "web development", "indie game", "action game", "multiplayer battles", "web-based", "player vs. player", "tank warfare"],
"author": "Egor Pankratiev, Stanislav Gabrus",
"license": "MIT",
"devDependencies": {
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}