-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 734 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
{
"name": "hex",
"version": "0.0.1",
"description": "Hex map in Javascript",
"main": "dist/hex.js",
"repository": {
"type": "git",
"url": "git+https://github.com/calvintennant/hex.git"
},
"author": "Calvin Tennant",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/calvintennant/hex/issues"
},
"homepage": "https://github.com/calvintennant/hex#readme",
"devDependencies": {
"baconjs": "^3.0.19",
"d3": "^7.9.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"scripts": {
"build": "npx webpack --config config/webpack.prod.js",
"dev": "npx webpack-dev-server --config config/webpack.dev.js"
},
"dependencies": {}
}