@jacobmgevans/card
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@jacobmgevans/card", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A personal card for Jacob Evans (@jacobmgevans)", | ||
@@ -17,3 +17,5 @@ "main": "/bin/card.js", | ||
"build": "tsc build.ts", | ||
"start": "npm run build && node ./bin/card.js" | ||
"start": "npm run build && node ./bin/card.js", | ||
"test": "vitest", | ||
"coverage": "vitest --coverage" | ||
}, | ||
@@ -37,3 +39,4 @@ "keywords": [ | ||
"boxen": "^6.2.1", | ||
"chalk": "^5.0.1" | ||
"chalk": "^5.0.1", | ||
"vitest": "^0.14.2" | ||
}, | ||
@@ -40,0 +43,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4567
4