|  | 
| 2 | 2 |   "name": "@metamask/auto-changelog", | 
| 3 | 3 |   "version": "3.4.4", | 
| 4 | 4 |   "description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs", | 
| 5 |  | -  "publishConfig": { | 
| 6 |  | -    "registry": "https://registry.npmjs.org/", | 
| 7 |  | -    "access": "public" | 
|  | 5 | +  "repository": { | 
|  | 6 | +    "type": "git", | 
|  | 7 | +    "url": "https://github.com/MetaMask/auto-changelog.git" | 
| 8 | 8 |   }, | 
|  | 9 | +  "license": "(MIT OR Apache-2.0)", | 
| 9 | 10 |   "main": "dist/index.js", | 
| 10 | 11 |   "bin": "dist/cli.js", | 
| 11 |  | -  "engines": { | 
| 12 |  | -    "node": "^18.18 || >=20" | 
| 13 |  | -  }, | 
| 14 | 12 |   "files": [ | 
| 15 | 13 |     "dist/" | 
| 16 | 14 |   ], | 
| 17 |  | -  "repository": { | 
| 18 |  | -    "type": "git", | 
| 19 |  | -    "url": "https://github.com/MetaMask/auto-changelog.git" | 
| 20 |  | -  }, | 
| 21 |  | -  "license": "(MIT OR Apache-2.0)", | 
| 22 | 15 |   "scripts": { | 
| 23 |  | -    "test": "jest", | 
| 24 |  | -    "test:watch": "jest --watch", | 
| 25 |  | -    "prepack": "./scripts/prepack.sh", | 
| 26 |  | -    "lint:eslint": "eslint . --cache --ext js,ts", | 
| 27 |  | -    "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore", | 
|  | 16 | +    "build": "tsc --project tsconfig.build.json", | 
|  | 17 | +    "build:clean": "rimraf dist && yarn build", | 
|  | 18 | +    "changelog": "node dist/cli.js", | 
| 28 | 19 |     "lint": "yarn lint:eslint && yarn lint:misc --check", | 
|  | 20 | +    "lint:eslint": "eslint . --cache --ext js,ts", | 
| 29 | 21 |     "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write", | 
| 30 |  | -    "build:clean": "rimraf dist && yarn build", | 
| 31 |  | -    "build": "tsc --project tsconfig.build.json", | 
| 32 |  | -    "changelog": "node dist/cli.js" | 
|  | 22 | +    "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore", | 
|  | 23 | +    "prepack": "./scripts/prepack.sh", | 
|  | 24 | +    "test": "jest", | 
|  | 25 | +    "test:watch": "jest --watch" | 
| 33 | 26 |   }, | 
| 34 | 27 |   "dependencies": { | 
| 35 | 28 |     "diff": "^5.0.0", | 
| 36 | 29 |     "execa": "^5.1.1", | 
| 37 |  | -    "prettier": "^2.8.8", | 
| 38 | 30 |     "semver": "^7.3.5", | 
| 39 | 31 |     "yargs": "^17.0.1" | 
| 40 | 32 |   }, | 
|  | 
| 52 | 44 |     "@typescript-eslint/eslint-plugin": "^5.42.1", | 
| 53 | 45 |     "@typescript-eslint/parser": "^5.42.1", | 
| 54 | 46 |     "eslint": "^8.40.0", | 
| 55 |  | -    "eslint-config-prettier": "^8.5.0", | 
|  | 47 | +    "eslint-config-prettier": "^9.1.0", | 
| 56 | 48 |     "eslint-plugin-import": "^2.26.0", | 
| 57 | 49 |     "eslint-plugin-jest": "^27.1.5", | 
| 58 | 50 |     "eslint-plugin-jsdoc": "^39.6.2", | 
| 59 | 51 |     "eslint-plugin-node": "^11.1.0", | 
| 60 |  | -    "eslint-plugin-prettier": "^4.2.1", | 
| 61 |  | -    "jest": "^26.4.2", | 
|  | 52 | +    "eslint-plugin-prettier": "^5.2.1", | 
|  | 53 | +    "jest": "^29.7.0", | 
| 62 | 54 |     "outdent": "^0.8.0", | 
|  | 55 | +    "prettier": "^3.3.3", | 
|  | 56 | +    "prettier-plugin-packagejson": "^2.5.2", | 
| 63 | 57 |     "rimraf": "^3.0.2", | 
| 64 |  | -    "ts-jest": "^26.5.6", | 
|  | 58 | +    "ts-jest": "^29.2.5", | 
| 65 | 59 |     "typescript": "~4.8.4" | 
| 66 | 60 |   }, | 
|  | 61 | +  "peerDependencies": { | 
|  | 62 | +    "prettier": ">=3.0.0" | 
|  | 63 | +  }, | 
|  | 64 | +  "packageManager": "yarn@3.2.4", | 
|  | 65 | +  "engines": { | 
|  | 66 | +    "node": "^18.18 || >=20" | 
|  | 67 | +  }, | 
|  | 68 | +  "publishConfig": { | 
|  | 69 | +    "access": "public", | 
|  | 70 | +    "registry": "https://registry.npmjs.org/" | 
|  | 71 | +  }, | 
| 67 | 72 |   "lavamoat": { | 
| 68 | 73 |     "allowScripts": { | 
| 69 | 74 |       "@lavamoat/preinstall-always-fail": false | 
| 70 | 75 |     } | 
| 71 |  | -  }, | 
| 72 |  | -  "packageManager": "yarn@3.2.4" | 
|  | 76 | +  } | 
| 73 | 77 | } | 
0 commit comments