|
2 | 2 | "name": "@renovatebot/ruby-semver", |
3 | 3 | "version": "0.0.0-semantic-release", |
4 | 4 | "description": "Ruby SemVer in TypeScript.", |
5 | | - "license": "MIT", |
6 | 5 | "repository": { |
7 | 6 | "type": "git", |
8 | 7 | "url": "https://github.com/renovatebot/ruby-semver.git" |
9 | 8 | }, |
| 9 | + "license": "MIT", |
10 | 10 | "main": "./dist/index.js", |
11 | | - "engines": { |
12 | | - "node": "^18.12.0 || >= 20.0.0", |
13 | | - "pnpm": "^8.6.11" |
14 | | - }, |
| 11 | + "types": "./dist/index.d.ts", |
| 12 | + "files": [ |
| 13 | + "/dist" |
| 14 | + ], |
15 | 15 | "scripts": { |
16 | 16 | "build": "tsc -p tsconfig.lib.json", |
17 | 17 | "eslint": "eslint .", |
|
30 | 30 | "test": "run-s lint type-check jest", |
31 | 31 | "type-check": "tsc --noEmit" |
32 | 32 | }, |
33 | | - "files": [ |
34 | | - "/dist" |
35 | | - ], |
36 | 33 | "devDependencies": { |
37 | 34 | "@renovate/eslint-plugin": "https://github.com/renovatebot/eslint-plugin#v0.0.5", |
38 | 35 | "@tsconfig/node18": "18.2.0", |
|
53 | 50 | "markdownlint-cli2": "0.8.1", |
54 | 51 | "npm-run-all": "4.1.5", |
55 | 52 | "prettier": "2.8.8", |
56 | | - "prettier-plugin-package": "1.3.1", |
| 53 | + "prettier-plugin-packagejson": "2.4.5", |
57 | 54 | "semantic-release": "21.0.7", |
58 | 55 | "ts-jest": "29.1.1", |
59 | 56 | "typescript": "5.1.6" |
60 | 57 | }, |
61 | | - "types": "./dist/index.d.ts", |
62 | | - "packageManager": "[email protected]" |
| 58 | + "packageManager": "[email protected]", |
| 59 | + "engines": { |
| 60 | + "node": "^18.12.0 || >= 20.0.0", |
| 61 | + "pnpm": "^8.6.11" |
| 62 | + } |
63 | 63 | } |
0 commit comments