We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ba81c commit ab2f64dCopy full SHA for ab2f64d
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "bvm",
+ "name": "bunvm",
3
"version": "1.0.0",
4
"description": "Bun Version Manager - Switch between different versions of Bun easily",
5
"bin": {
@@ -29,8 +29,19 @@
29
"typescript",
30
"nodejs"
31
],
32
- "author": "",
33
- "license": "ISC",
+ "author": "Tarun Joshi",
+ "license": "MIT",
34
+ "homepage": "https://github.com/MrHacker26/bvm#readme",
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/MrHacker26/bvm.git"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/MrHacker26/bvm/issues"
41
42
+ "files": [
43
+ "dist"
44
+ ],
45
"packageManager": "pnpm@10.11.0",
46
"dependencies": {
47
"axios": "^1.9.0",
0 commit comments