File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 10
10
## Table of contents <!-- omit in toc -->
11
11
12
12
- [ Structure] ( #structure )
13
+ - [ API Docs] ( #api-docs )
13
14
- [ License] ( #license )
14
15
- [ Contribution] ( #contribution )
15
16
20
21
- [ ` /packages/libp2p-daemon-protocol ` ] ( ./packages/libp2p-daemon-protocol ) Communication protocol between libp2p daemons and clients
21
22
- [ ` /packages/libp2p-daemon-server ` ] ( ./packages/libp2p-daemon-server ) API server for libp2p-daemon instances
22
23
24
+ ## API Docs
25
+
26
+ - < https://libp2p.github.io/js-libp2p-daemon >
27
+
23
28
## License
24
29
25
30
Licensed under either of
Original file line number Diff line number Diff line change 15
15
" interface" ,
16
16
" libp2p"
17
17
],
18
- "engines" : {
19
- "node" : " >=16.0.0" ,
20
- "npm" : " >=7.0.0"
21
- },
22
18
"private" : true ,
23
19
"scripts" : {
24
20
"reset" : " aegir run clean && aegir clean ./node_modules ./package-lock.json packages/*/node_modules packages/*/package-lock.json packages/*/dist" ,
34
30
"build" : " aegir run build" ,
35
31
"lint" : " aegir run lint" ,
36
32
"clean" : " aegir run clean" ,
33
+ "docs" : " NODE_OPTIONS=--max_old_space_size=4096 aegir docs" ,
34
+ "docs:no-publish" : " npm run docs -- --publish false" ,
37
35
"dep-check" : " aegir run dep-check" ,
38
- "release" : " aegir run release"
36
+ "release" : " npm run docs:no-publish && aegir run release && npm run docs "
39
37
},
40
38
"dependencies" : {
41
39
"aegir" : " ^40.0.2"
You can’t perform that action at this time.
0 commit comments