chore: add Node toolchain, archetypes.json, and placeholder images
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user