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
+3
View File
@@ -0,0 +1,3 @@
node_modules/
.superpowers/
.vscode/
+5
View File
@@ -0,0 +1,5 @@
# Torn Attribute Training Tracker
A userscript for [torn.com](https://www.torn.com) that shows a floating dialog on the gym page with your attribute, target, and ETA.
_(installation and usage coming once tasks complete)_
+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/"
}
}