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 75ba99d commit f6e7a44Copy full SHA for f6e7a44
packages/argon2/package.json
@@ -2,6 +2,7 @@
2
"name": "@node-rs/argon2",
3
"version": "1.1.1",
4
"description": "RustCrypto: Argon2 binding for Node.js",
5
+ "homepage": "https://github.com/napi-rs/node-rs",
6
"main": "index.js",
7
"types": "index.d.ts",
8
"keywords": [
@@ -40,6 +41,10 @@
40
41
"engines": {
42
"node": ">= 10"
43
},
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "git+https://github.com/napi-rs/node-rs.git"
47
+ },
48
"scripts": {
49
"artifacts": "napi artifacts -d ../../artifacts",
50
"bench": "cross-env NODE_ENV=production node benchmark/argon2.js",
0 commit comments