File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ patreon : dudko_dev
2
+ custom : ["https://paypal.me/dudkodev", "https://www.buymeacoffee.com/dudko.dev"]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sergdudko/objectstream" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"description" : " Creates a stream to convert json from string or convert json to string." ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/index.d.ts" ,
18
18
"testv18" : " docker run --name=objectstream-node18 --rm -v $PWD:/app node18:1.0.0 nyc npm run test"
19
19
},
20
20
"author" : " Siarhei Dudko" ,
21
+ "funding" : [
22
+ {
23
+ "type" : " buymeacoffee" ,
24
+ "url" : " https://www.buymeacoffee.com/dudko.dev"
25
+ },
26
+ {
27
+ "type" : " paypal" ,
28
+ "url" : " https://paypal.me/dudkodev"
29
+ },
30
+ {
31
+ "type" : " patreon" ,
32
+ "url" : " https://patreon.com/dudko_dev"
33
+ }
34
+ ],
21
35
"license" : " MIT" ,
22
36
"repository" : {
23
37
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments