add gitignore

This commit is contained in:
Alex Holliday
2025-09-22 12:53:44 -07:00
parent e4e75632c5
commit d8ed9abebf
49 changed files with 590 additions and 9780 deletions
+5 -2
View File
@@ -6,7 +6,9 @@
"type": "module",
"scripts": {
"test": "c8 mocha",
"dev": "nodemon src/index.js",
"dev": "nodemon --exec tsx src/index.js",
"start": "nodemon ./dist/index.js",
"build": "tsc",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"format": "prettier --write .",
@@ -61,6 +63,7 @@
"mocha": "11.1.0",
"nodemon": "3.1.9",
"prettier": "^3.3.3",
"sinon": "19.0.2"
"sinon": "19.0.2",
"tsx": "4.20.5"
}
}