chore: initialize project

This commit is contained in:
dev
2026-06-01 15:01:31 -05:00
commit b1ab57596d
3 changed files with 17 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "torn-attribute-training-tracker",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/"
}
}