@runonflux/nat-upnp
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@runonflux/nat-upnp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "build/src/index", | ||
"author": "Fedor Indutny <fedor@indutny.com>, SimplyLinn <https://github.com/SimplyLinn>, Kaden Sharpin <http://github.com/kaden-sharpin>", | ||
"homepage": "https://github.com/runonflux/nat-upnp", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -11,6 +12,2 @@ "type": "git", | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^17.0.21", | ||
"typescript": "^4.5.5" | ||
}, | ||
"scripts": { | ||
@@ -22,2 +19,11 @@ "build": "tsc", | ||
}, | ||
"keywords": [ | ||
"nat", | ||
"upnp", | ||
"flux" | ||
], | ||
"devDependencies": { | ||
"@types/node": "^17.0.21", | ||
"typescript": "^4.5.5" | ||
}, | ||
"dependencies": { | ||
@@ -24,0 +30,0 @@ "axios": "^0.26.0", |
72804