properties-file
Advanced tools
Comparing version 3.5.7 to 3.5.8
{ | ||
"name": "properties-file", | ||
"version": "3.5.7", | ||
"version": "3.5.8", | ||
"description": ".properties file parser, editor, formatter and Webpack loader.", | ||
@@ -87,7 +87,9 @@ "keywords": [ | ||
"add-file-type-declaration": "node ./lib/esm/add-import-type.js && find ./lib -name 'add-import-type.*' -type f -delete", | ||
"build": "check-node-version --node '>=16' && npm run prettier && npm run lint-fix && rm -Rf ./lib && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json && tsc -p tsconfig.build-scripts.json && node lib/build-scripts/build.js && npm run test", | ||
"build": "npm run check-nvm-node-version && npm run prettier-write && npm run eslint-fix && rm -Rf ./lib && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json && tsc -p src/build-scripts/tsconfig.json && node lib/build-scripts/build.js && npm run test", | ||
"check-nvm-node-version": "check-node-version --node $(node -p \"'>=' + require('fs').readFileSync('.nvmrc', 'utf-8').trim()\")", | ||
"ci": "npm run build --legacy-peer-deps", | ||
"depcheck": "depcheck", | ||
"lint-fix": "eslint --fix .", | ||
"prettier": "prettier --write .", | ||
"eslint-fix": "eslint --fix", | ||
"prepare": "husky", | ||
"prettier-write": "prettier --write .", | ||
"release": "dotenv -- release-it --only-version", | ||
@@ -97,18 +99,18 @@ "test": "jest --coverage" | ||
"devDependencies": { | ||
"@eslint/js": "9.9.1", | ||
"@release-it/conventional-changelog": "8.0.1", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "22.5.2", | ||
"@typescript-eslint/eslint-plugin": "8.3.0", | ||
"@typescript-eslint/parser": "8.3.0", | ||
"@eslint/js": "9.11.1", | ||
"@release-it/conventional-changelog": "8.0.2", | ||
"@types/jest": "29.5.13", | ||
"@types/node": "22.7.3", | ||
"@typescript-eslint/eslint-plugin": "8.7.0", | ||
"@typescript-eslint/parser": "8.7.0", | ||
"check-node-version": "4.2.1", | ||
"depcheck": "1.4.7", | ||
"dotenv-cli": "7.4.2", | ||
"eslint": "9.9.1", | ||
"eslint": "9.11.1", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-node": "0.3.9", | ||
"eslint-import-resolver-typescript": "3.6.3", | ||
"eslint-plugin-import-x": "4.1.1", | ||
"eslint-plugin-jest": "28.8.1", | ||
"eslint-plugin-jsdoc": "50.2.2", | ||
"eslint-plugin-import-x": "4.3.0", | ||
"eslint-plugin-jest": "28.8.3", | ||
"eslint-plugin-jsdoc": "50.3.0", | ||
"eslint-plugin-json-files": "4.4.1", | ||
@@ -120,11 +122,12 @@ "eslint-plugin-prefer-arrow-functions": "3.4.1", | ||
"globals": "15.9.0", | ||
"husky": "^9.1.6", | ||
"jest": "29.7.0", | ||
"jsonc-eslint-parser": "2.4.0", | ||
"prettier": "3.3.3", | ||
"prettier-plugin-organize-imports": "4.0.0", | ||
"prettier-plugin-organize-imports": "4.1.0", | ||
"prettier-plugin-sh": "0.14.0", | ||
"release-it": "17.6.0", | ||
"terser": "5.31.6", | ||
"terser": "5.34.0", | ||
"ts-jest": "29.2.5", | ||
"typescript": "5.5.4" | ||
"typescript": "5.6.2" | ||
}, | ||
@@ -131,0 +134,0 @@ "engines": { |
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
75992
32