mirror of
https://github.com/stjet/bns.git
synced 2025-12-29 11:19:25 +00:00
strict tsconfig, reverse resolve
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "banani-bns",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"description": "JS/TS library for the Banano cryptocurrency's currently unofficial Banano Name System (BNS)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
@@ -11,11 +11,12 @@
|
||||
"diff": "git diff --cached -- *.{ts,md,json} 'browser_test/index.html' 'node_test/index.js'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/blake2b": "^2.1.3",
|
||||
"esbuild": "^0.21.4",
|
||||
"typedoc": "^0.25.13",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"banani": "^1.0.7"
|
||||
"banani": "^1.0.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user