gowl-client-lib
Version:
The client library for GOWL.
47 lines (46 loc) • 883 B
JSON
{
"name": "gowl-client-lib",
"version": "1.1.4",
"description": "The client library for GOWL.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"author": "Grzegorz Maniak <me@Grzegorz.ie> (https://Grzegorz.ie)",
"bugs": {
"url": "https://github.com/GrzegorzManiak/gowl",
"email": "gowl@Grzegorz.ie"
},
"repository": {
"type": "git",
"url": "https://github.com/GrzegorzManiak/gowl.git"
},
"scripts": {
"build": "tsup"
},
"devDependencies": {
"@types/bun": "^1.1.10",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@noble/curves": "^1.6.0"
},
"keywords": [
"gowl",
"client",
"library",
"pake",
"password",
"apake",
"go",
"golang",
"owl",
"schnorr",
"zkp",
"curve",
"ecc"
]
}