UNPKG

@scintilla-network/signatures

Version:

Enhanced signature and key exchange functions for blockchain and crypto applications, including post-quantum algorithms

14 lines 337 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "target": "es2022", "lib": ["es2022", "dom"], "module": "node16", "moduleResolution": "node16" }, "include": ["**/*.js"], "exclude": ["node_modules", "**/*.spec.js"] }