File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
cov_profile *
2
2
.DS_Store
3
3
nostr
4
+ nodejs /index.js
5
+ nodejs /index.mjs
Original file line number Diff line number Diff line change
1
+ export * from "../event.ts" ;
2
+ export * from "../ende.ts" ;
3
+ export * from "../key.ts" ;
4
+ export * from "../nip06.ts" ;
5
+ export * from "../nip19.ts" ;
6
+ export * from "../nostr.ts" ;
7
+ export * from "../relay-pool.ts" ;
8
+ export * from "../relay-single.ts" ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " nostr.ts" ,
3
+ "version" : " 3.0.2" ,
4
+ "main" : " index.js" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " git+https://github.com/BlowaterNostr/nostr.ts.git"
8
+ },
9
+ "keywords" : [
10
+ " nostr"
11
+ ],
12
+ "author" : " https://github.com/BlowaterNostr" ,
13
+ "license" : " MIT" ,
14
+ "bugs" : {
15
+ "url" : " https://github.com/BlowaterNostr/nostr.ts/issues"
16
+ },
17
+ "homepage" : " https://github.com/BlowaterNostr/nostr.ts#readme" ,
18
+ "type" : " module"
19
+ }
You can’t perform that action at this time.
0 commit comments