28 lines
766 B
JSON
28 lines
766 B
JSON
{
|
|
"name": "lancommander.server",
|
|
"version": "1.1.0",
|
|
"description": "The admin UI for the LANCommander digital game distribution platform",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"package": "webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LANCommander/LANCommander.git"
|
|
},
|
|
"author": "Pat Hartl <pat@pathar.tl>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/LANCommander/LANCommander/issues"
|
|
},
|
|
"homepage": "https://github.com/LANCommander/LANCommander#readme",
|
|
"devDependencies": {
|
|
"cli-loader": "^1.1.1",
|
|
"css-loader": "^7.1.2",
|
|
"mini-css-extract-plugin": "^2.9.2",
|
|
"sass": "^1.85.1",
|
|
"sass-loader": "^16.0.5",
|
|
"webpack": "^5.98.0",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|