Comparing version 6.0.3 to 7.0.0
{ | ||
"name": "cmd-shim", | ||
"version": "6.0.3", | ||
"version": "7.0.0", | ||
"description": "Used in npm for command line application support", | ||
@@ -8,7 +8,8 @@ "scripts": { | ||
"snap": "tap", | ||
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", | ||
"lint": "npm run eslint", | ||
"postlint": "template-oss-check", | ||
"template-oss-apply": "template-oss-apply --force", | ||
"lintfix": "npm run lint -- --fix", | ||
"posttest": "npm run lint" | ||
"lintfix": "npm run eslint -- --fix", | ||
"posttest": "npm run lint", | ||
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" | ||
}, | ||
@@ -21,4 +22,4 @@ "repository": { | ||
"devDependencies": { | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.22.0", | ||
"@npmcli/eslint-config": "^5.0.0", | ||
"@npmcli/template-oss": "4.23.1", | ||
"tap": "^16.0.1" | ||
@@ -41,3 +42,3 @@ }, | ||
"engines": { | ||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" | ||
"node": "^18.17.0 || >=20.5.0" | ||
}, | ||
@@ -47,5 +48,5 @@ "author": "GitHub Inc.", | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.22.0", | ||
"version": "4.23.1", | ||
"publish": true | ||
} | ||
} |
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
12172