Skip to content

Commit 853bd1e

Browse files
authored
Update package.json (#163)
863f4db Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
1 parent 84dc17a commit 853bd1e

1 file changed

Lines changed: 22 additions & 35 deletions

File tree

package.json

Lines changed: 22 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
{
22
"name": "fnm",
3-
"version": "1.37.0",
3+
"version": "1.39.0",
44
"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>",
107
"type": "module",
11-
"packageManager": "pnpm@8.15.9+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36",
8+
"packageManager": "pnpm@9.15.9",
129
"license": "GPLv3",
1310
"scripts": {
1411
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest",
1512
"version:prepare": "changeset version && ./.ci/prepare-version.js",
1613
"generate-command-docs": "./.ci/print-command-docs.js"
1714
},
1815
"changelog": {
19-
"repo": "Schniz/fnm",
16+
"repo": "Dargon789/fnm",
2017
"labels": {
2118
"PR: New Feature": "New Feature 🎉",
2219
"PR: Bugfix": "Bugfix 🐛",
@@ -26,40 +23,30 @@
2623
},
2724
"devDependencies": {
2825
"@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",
3835
"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",
4139
"pv": "1.0.1",
4240
"shell-escape": "^0.2.0",
4341
"svg-term-cli": "2.1.1",
4442
"toml": "3.0.0",
4543
"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"
5048
},
5149
"prettier": {
5250
"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+
}
6552
}

0 commit comments

Comments
 (0)