mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
ts strict: true and noUnusedLocals: true - v1.0.5
had to do one @ts-ignore because .d.ts file for tweetnacl_mod.js are not going to happen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "banani",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "JS/TS library for the Banano cryptocurrency in the style of bananopie",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
@@ -27,6 +27,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/stjet/banani#readme",
|
||||
"devDependencies": {
|
||||
"@types/blake2b": "^2.1.3",
|
||||
"esbuild": "^0.21.4",
|
||||
"prettier": "3.3.2",
|
||||
"typedoc": "^0.25.13",
|
||||
|
||||
Reference in New Issue
Block a user