@sebspark/logging
Advanced tools
+6
-3
| { | ||
| "name": "@sebspark/logging", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "license": "UNLICENSED", | ||
@@ -13,8 +13,11 @@ "main": "dist/index.js", | ||
| "build": "tsup-node src/index.ts --format esm,cjs --dts", | ||
| "dev": "tsc --watch --noEmit", | ||
| "lint": "eslint \"src/**/*.ts*\"", | ||
| "test": "vitest run" | ||
| "test": "vitest", | ||
| "typecheck": "vitest typecheck --passWithNoTests", | ||
| "format": "prettier --check --ignore-path ../../.prettierignore ." | ||
| }, | ||
| "devDependencies": { | ||
| "tsconfig": "*" | ||
| "@sebspark/tsconfig": "*" | ||
| } | ||
| } |
+2
-6
@@ -1,7 +0,3 @@ | ||
| # logging | ||
| # `@sebspark/logging` | ||
| This library was generated with [Nx](https://nx.dev). | ||
| ## Running unit tests | ||
| Run `nx test logging` to execute the unit tests via [Jest](https://jestjs.io). | ||
| A pubsub subscriber helper. |
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
4391
1.18%4
-50%