package.json changes
CI / test (push) Successful in 5s

This commit is contained in:
2026-01-29 22:45:10 -05:00
parent 6d1697e672
commit 4267c34399
+17 -1
View File
@@ -2,8 +2,24 @@
"name": "battl.builders",
"version": "1.0",
"private": true,
"author": {
"name": "Forward Group, LLC",
"email": "info@goforward.group",
"url": "https://goforward.group"
},
"contributors": [
{
"name": "Sean Strawsburg",
"email": "sean@goforward.group"
},
{
"name": "Don Strawsburg",
"email": "don@goforward.group"
}
],
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"