Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
feat: optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simxnet committed May 12, 2024
1 parent 8ef22b8 commit 6eb63fd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,23 @@
"bugs": {
"url": "https://github.com/dbotsfun/hatsuzuki/issues"
},
"homepage": "https://github.com/dbotsfun/hatsuzuki#readme"
"homepage": "https://github.com/dbotsfun/hatsuzuki#readme",
"optionalDependencies": {
"@dbotsfun/hatsuzuki-win32-x64-msvc": "0.0.1",
"@dbotsfun/hatsuzuki-darwin-x64": "0.0.1",
"@dbotsfun/hatsuzuki-linux-x64-gnu": "0.0.1",
"@dbotsfun/hatsuzuki-darwin-arm64": "0.0.1",
"@dbotsfun/hatsuzuki-android-arm64": "0.0.1",
"@dbotsfun/hatsuzuki-linux-arm64-gnu": "0.0.1",
"@dbotsfun/hatsuzuki-linux-arm64-musl": "0.0.1",
"@dbotsfun/hatsuzuki-win32-arm64-msvc": "0.0.1",
"@dbotsfun/hatsuzuki-linux-arm-gnueabihf": "0.0.1",
"@dbotsfun/hatsuzuki-linux-arm-musleabihf": "0.0.1",
"@dbotsfun/hatsuzuki-linux-x64-musl": "0.0.1",
"@dbotsfun/hatsuzuki-freebsd-x64": "0.0.1",
"@dbotsfun/hatsuzuki-win32-ia32-msvc": "0.0.1",
"@dbotsfun/hatsuzuki-android-arm-eabi": "0.0.1",
"@dbotsfun/hatsuzuki-darwin-universal": "0.0.1",
"@dbotsfun/hatsuzuki-linux-riscv64-gnu": "0.0.1"
}
}

0 comments on commit 6eb63fd

Please sign in to comment.