-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 981 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 981 Bytes
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
{
"name": "arena",
"version": "1.0.0",
"description": "Simple arena game",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/webpack-dev-server --config webpack.config.js --watch-poll",
"build": "node_modules/.bin/webpack -p --progress"
},
"devDependencies": {
"copy-webpack-plugin": "^6.0.3",
"html-webpack-plugin": "^4.3.0",
"pixi.js": "^5.3.0",
"pixi.js-keyboard": "^1.0.9",
"pixi.js-mouse": "^1.0.4",
"ts-loader": "^7.0.5",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytesizedpacket/arena.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bytesizedpacket/arena/issues"
},
"homepage": "https://github.com/bytesizedpacket/arena#readme",
"dependencies": {}
}