@arroyodev-llc/utils.fs
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -20,2 +20,3 @@ { | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"lint-staged": "^13.2.2", | ||
"npm-check-updates": "^16", | ||
@@ -26,3 +27,3 @@ "prettier": "^2.8.8", | ||
"unbuild": "^1.2.1", | ||
"vitest": "^0.31.1" | ||
"vitest": "^0.31.3" | ||
}, | ||
@@ -38,3 +39,3 @@ "dependencies": { | ||
}, | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"types": "./dist/index.d.ts", | ||
@@ -55,2 +56,10 @@ "type": "module", | ||
"packageManager": "pnpm@^8.6.0", | ||
"lint-staged": { | ||
"*.{ts,tsx,mts,cts,ts,tsx,mts,cts}": [ | ||
"pnpm exec eslint --no-error-on-unmatched-pattern --cache --fix" | ||
], | ||
"*.{yaml,yml}": [ | ||
"pnpm exec prettier --write" | ||
] | ||
}, | ||
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".", | ||
@@ -66,2 +75,3 @@ "scripts": { | ||
"post-compile": "pnpm exec projen post-compile", | ||
"post-install": "pnpm exec projen post-install", | ||
"post-upgrade": "pnpm exec projen post-upgrade", | ||
@@ -68,0 +78,0 @@ "pre-compile": "pnpm exec projen pre-compile", |
26781
17