LANCommander/LANCommander.Server/package.json

29 lines
766 B
JSON
Raw Normal View History

2024-11-05 23:38:46 -06:00
{
"name": "lancommander.server",
"version": "1.1.0",
"description": "The admin UI for the LANCommander digital game distribution platform",
"main": "index.js",
"scripts": {
2025-03-15 15:52:58 -05:00
"package": "webpack"
2024-11-05 23:38:46 -06:00
},
"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": {
2025-03-15 15:52:58 -05:00
"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"
2024-11-05 23:38:46 -06:00
}
}