We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f48a14 commit 893a357Copy full SHA for 893a357
1 file changed
package.json
@@ -3,6 +3,11 @@
3
"license": "MIT",
4
"version": "1.0.0",
5
"description": "A tool for managing and publishing Zig NAPI packages.",
6
+ "homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/ChainSafe/zapi.git"
10
+ },
11
"type": "module",
12
"scripts": {
13
"build": "pnpm build:js && pnpm build:zig",
0 commit comments