svid 0.4.0

Stateless Verifiable ID — native + WASM 64-bit ID generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "svid-node-example",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "wasm-pack build ../.. --target nodejs --out-dir examples/node/pkg",
    "start": "tsx index.ts"
  },
  "devDependencies": {
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  }
}