mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
much
get cryptography in order, hex->uint8 fix, work on wallet, work, rpc
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
"scripts": {
|
||||
"compile": "tsc -p .",
|
||||
"docs": "typedoc --name banani --entryPoints ./main.ts",
|
||||
"browser": "esbuild browser-main.ts --bundle --minify --keep-names --outfile=banani-browser.js",
|
||||
"build": "npm run compile && npm run docs && npm run browser"
|
||||
"browser": "esbuild browser-main.ts --bundle --minify --keep-names --drop-labels=NODE --outfile=banani-browser.js",
|
||||
"build": "npm run compile && npm run docs && npm run browser",
|
||||
"cryptodiff": "diff tweetnacl_og.js tweetnacl_mod.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user