nostr-delegation-signer

Sign nostr delegations
git clone git://jb55.com/nostr-delegation-signer
Log | Files | Refs | README

package.json (393B)


      1 {
      2   "name": "nostr-delegation-signer",
      3   "description": "Sign nostr delegation tokens",
      4   "version": "0.1.1",
      5   "repository": {
      6     "url": "http://git.jb55.com/nostr-delegation-signer"
      7   },
      8   "bin": {
      9 	  "nostr-delegation-signer": "./index.js"
     10   },
     11   "scripts": {
     12     "test": "tap test/*.js"
     13   },
     14   "dependencies": {
     15     "nostr": "^0.2.3"
     16   },
     17   "devDependencies": {
     18     "tap": "~0.2.5"
     19   }
     20 }