forked from neki-dev/izowave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "izowave",
"description": "Isometric game. Build and defence",
"version": "0.15.8",
"keywords": [],
"license": "MIT",
"author": {
"name": "Nikita Galadiy",
"email": "[email protected]",
"url": "https://neki.guru/"
},
"main": "./app/index.html",
"scripts": {
"lint": "eslint ./src --ext .ts --fix",
"test": "ts-mocha -r tsconfig-paths/register ./src/**/*.test.ts",
"serve": "webpack serve --mode development",
"watch": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/heap": "^0.2.31",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.4",
"alias-reuse": "^1.0.10",
"babel-loader": "^8.2.5",
"eslint": "^8.25.0",
"eslint-config-neki": "^1.0.4",
"mocha": "^10.0.0",
"ts-mocha": "^10.0.0",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"gen-biome": "^1.2.2",
"heap": "^0.2.7",
"phaser": "^3.55.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neki-dev/izowave.git"
}
}