|
1 | 1 | { |
2 | 2 | "name": "fnm", |
3 | | - "version": "1.37.0", |
| 3 | + "version": "1.39.0", |
4 | 4 | "private": true, |
5 | | - "repository": { |
6 | | - "type": "git", |
7 | | - "url": "git+ssh://git@github.com/Schniz/fnm.git" |
8 | | - }, |
9 | | - "author": "Gal Schlezinger <gal@spitfire.co.il>", |
| 5 | + "repository": "github:Dargon789/fnm", |
| 6 | + "author": "Dargon789 <dargon789.uni.eth>", |
10 | 7 | "type": "module", |
11 | | - "packageManager": "pnpm@8.15.9+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36", |
| 8 | + "packageManager": "pnpm@9.15.9", |
12 | 9 | "license": "GPLv3", |
13 | 10 | "scripts": { |
14 | 11 | "test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest", |
15 | 12 | "version:prepare": "changeset version && ./.ci/prepare-version.js", |
16 | 13 | "generate-command-docs": "./.ci/print-command-docs.js" |
17 | 14 | }, |
18 | 15 | "changelog": { |
19 | | - "repo": "Schniz/fnm", |
| 16 | + "repo": "Dargon789/fnm", |
20 | 17 | "labels": { |
21 | 18 | "PR: New Feature": "New Feature 🎉", |
22 | 19 | "PR: Bugfix": "Bugfix 🐛", |
|
26 | 23 | }, |
27 | 24 | "devDependencies": { |
28 | 25 | "@changesets/changelog-github": "0.5.1", |
29 | | - "@changesets/cli": "2.28.1", |
30 | | - "@types/jest": "^29.5.14", |
31 | | - "@types/node": "^22.14.0", |
32 | | - "@types/shell-escape": "^0.2.3", |
33 | | - "chalk": "^5.4.1", |
34 | | - "cmd-ts": "0.13.0", |
35 | | - "cross-env": "^7.0.3", |
36 | | - "execa": "9.5.2", |
37 | | - "jest": "^29.7.0", |
| 26 | + "@changesets/cli": "^2.29.7", |
| 27 | + "@types/jest": "^30.0.0", |
| 28 | + "@types/node": "^24.1.0", |
| 29 | + "@types/shell-escape": "^0.2.1", |
| 30 | + "chalk": "^5.1.2", |
| 31 | + "cmd-ts": "0.14.1", |
| 32 | + "cross-env": "^10.0.0", |
| 33 | + "execa": "7.2.0", |
| 34 | + "jest": "^30.0.0", |
38 | 35 | "lerna-changelog": "2.2.0", |
39 | | - "node-fetch": "^3.3.2", |
40 | | - "prettier": "3.5.3", |
| 36 | + "node-fetch": "^3.3.0", |
| 37 | + "p-retry": "^7.0.0", |
| 38 | + "prettier": "3.6.2", |
41 | 39 | "pv": "1.0.1", |
42 | 40 | "shell-escape": "^0.2.0", |
43 | 41 | "svg-term-cli": "2.1.1", |
44 | 42 | "toml": "3.0.0", |
45 | 43 | "ts-dedent": "^2.2.0", |
46 | | - "ts-jest": "^29.2.6", |
47 | | - "typescript": "^5.8.2", |
48 | | - "which": "^5.0.0", |
49 | | - "zod": "^3.24.2" |
| 44 | + "ts-jest": "^29.0.3", |
| 45 | + "typescript": "^5.0.0", |
| 46 | + "which": "^3.0.1", |
| 47 | + "zod": "^4.0.0" |
50 | 48 | }, |
51 | 49 | "prettier": { |
52 | 50 | "semi": false |
53 | | - }, |
54 | | - "description": "<h1 align=\"center\"> Fast Node Manager (<code>fnm</code>) <img alt=\"Amount of downloads\" src=\"https://img.shields.io/github/downloads/Schniz/fnm/total.svg?style=flat\" /> <a href=\"https://github.com/Schniz/fnm/actions\"><img src=\"https://img.shields.io/github/actions/workflow/status/Schniz/fnm/rust.yml?branch=master&label=workflow\" alt=\"GitHub Actions workflow status\" /></a> </h1>", |
55 | | - "bugs": { |
56 | | - "url": "https://github.com/Schniz/fnm/issues" |
57 | | - }, |
58 | | - "homepage": "https://github.com/Schniz/fnm#readme", |
59 | | - "main": "jest.global-setup.js", |
60 | | - "directories": { |
61 | | - "doc": "docs", |
62 | | - "test": "tests" |
63 | | - }, |
64 | | - "keywords": [] |
| 51 | + } |
65 | 52 | } |
0 commit comments