create-good-defaults
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "create-good-defaults", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A CLI tool to generate good defaults for your project", | ||
@@ -19,2 +19,3 @@ "author": "Julius Marminge <julius0216@outlook.com> (https://jumr.dev)", | ||
], | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
@@ -24,3 +25,5 @@ "bin": { | ||
}, | ||
"type": "module", | ||
"engines": { | ||
"node": ">=14.16" | ||
}, | ||
"scripts": { | ||
@@ -27,0 +30,0 @@ "build": "tsup src/index.ts --format esm --clean --sourcemap --minify --metafile", |
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
36239