22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"name": "blorg-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Frontend for Blorg",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.cspark.dev/Blorg/Blorg-Frontend"
|
|
},
|
|
"author": "Curt Spark",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"prettier": "3.2.5",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|