LANCommander/LANCommander.Launcher/package.json
2025-03-15 15:48:05 -05:00

45 lines
1.2 KiB
JSON

{
"name": "lancommander.launcher",
"version": "1.0.0",
"description": "A launcher for the LANCommander digital game distribution platform",
"scripts": {
"package": "webpack"
},
"keywords": [],
"author": "Pat Hartl <pat@pathar.tl>",
"license": "MIT",
"devDependencies": {
"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"
},
"dependencies": {
"anymatch": "^3.1.3",
"binary-extensions": "^2.3.0",
"braces": "^3.0.3",
"chokidar": "^3.6.0",
"fill-range": "^7.1.1",
"glob-parent": "^5.1.2",
"immutable": "^4.3.6",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"normalize-path": "^3.0.0",
"picomatch": "^2.3.1",
"readdirp": "^3.6.0",
"source-map-js": "^1.2.0",
"to-regex-range": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LANCommander/LANCommander.git"
},
"bugs": {
"url": "https://github.com/LANCommander/LANCommander/issues"
},
"homepage": "https://github.com/LANCommander/LANCommander#readme"
}