chore: add workflows

This commit is contained in:
Stevan Freeborn
2025-05-12 22:23:31 -05:00
parent 7d8b94cf03
commit ff37a2dabe
3 changed files with 113 additions and 2 deletions
+5 -2
View File
@@ -6,7 +6,7 @@
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "vitest",
"test:ci": "vitest --run",
"test:ci": "vitest --run --coverage",
"test:coverage": "vitest --coverage",
"test:ui": "vitest --ui --api 9527",
"lint": "eslint . --ext .ts",
@@ -17,6 +17,9 @@
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist",
"LICENSE.md",
@@ -37,7 +40,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/StevanFreeborn/netdi.git"
"url": "https://github.com/StevanFreeborn/netdi.git"
},
"homepage": "https://github.com/StevanFreeborn/netdi",
"bugs": {