17 lines
435 B
JSON
17 lines
435 B
JSON
{
|
|
"name": "battleforge-battleforge",
|
|
"description": "BattleForge frontend toolchain.",
|
|
"private": true,
|
|
"license": "proprietary",
|
|
"scripts": {
|
|
"lint": "eslint public/js",
|
|
"format": "prettier --check public/js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"prettier": "^3.3.0"
|
|
}
|
|
}
|