chore: add Node toolchain, archetypes.json, and placeholder images

This commit is contained in:
Keith Solomon
2026-07-12 19:46:29 -05:00
parent 78565cfae9
commit 8eefd749be
10 changed files with 3323 additions and 0 deletions
+16
View File
@@ -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"
}
}