Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "nypm", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Unified Package Manager for Node.js", | ||
@@ -22,10 +22,2 @@ "repository": "unjs/nypm", | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs .", | ||
"prepack": "unbuild", | ||
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish", | ||
"test": "pnpm lint && vitest run --coverage" | ||
}, | ||
"dependencies": { | ||
@@ -35,18 +27,27 @@ "execa": "^7.1.1" | ||
"devDependencies": { | ||
"@types/node": "^18.15.11", | ||
"@vitest/coverage-c8": "^0.30.1", | ||
"changelogen": "^0.5.2", | ||
"corepack": "^0.17.2", | ||
"eslint": "^8.38.0", | ||
"eslint-config-unjs": "^0.1.0", | ||
"@types/node": "^20.2.5", | ||
"@vitest/coverage-v8": "^0.32.0", | ||
"changelogen": "^0.5.3", | ||
"corepack": "^0.18.0", | ||
"eslint": "^8.42.0", | ||
"eslint-config-unjs": "^0.2.1", | ||
"jiti": "^1.18.2", | ||
"pathe": "^1.1.0", | ||
"typescript": "^5.0.4", | ||
"unbuild": "^1.2.0", | ||
"vitest": "^0.30.1" | ||
"pathe": "^1.1.1", | ||
"prettier": "^2.8.8", | ||
"typescript": "^5.1.3", | ||
"unbuild": "^1.2.1", | ||
"vitest": "^0.32.0" | ||
}, | ||
"packageManager": "pnpm@8.2.0", | ||
"packageManager": "pnpm@8.6.1", | ||
"engines": { | ||
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | ||
"node": "^14.16.0 || >=16.10.0" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test", | ||
"lint:fix": "eslint --ext .ts,.js,.mjs,.cjs . --fix && prettier -w src test", | ||
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish", | ||
"test": "pnpm lint && vitest run --coverage" | ||
} | ||
} |
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
32197
7
910
12
4