diff --git a/README.md b/README.md index 23e27d60..8d2af786 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ ## Table of contents - [Structure](#structure) +- [API Docs](#api-docs) - [License](#license) - [Contribution](#contribution) @@ -20,6 +21,10 @@ - [`/packages/libp2p-daemon-protocol`](./packages/libp2p-daemon-protocol) Communication protocol between libp2p daemons and clients - [`/packages/libp2p-daemon-server`](./packages/libp2p-daemon-server) API server for libp2p-daemon instances +## API Docs + +- + ## License Licensed under either of diff --git a/package.json b/package.json index 6f1f085e..549644cd 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,6 @@ "interface", "libp2p" ], - "engines": { - "node": ">=16.0.0", - "npm": ">=7.0.0" - }, "private": true, "scripts": { "reset": "aegir run clean && aegir clean ./node_modules ./package-lock.json packages/*/node_modules packages/*/package-lock.json packages/*/dist", @@ -34,8 +30,10 @@ "build": "aegir run build", "lint": "aegir run lint", "clean": "aegir run clean", + "docs": "NODE_OPTIONS=--max_old_space_size=4096 aegir docs", + "docs:no-publish": "npm run docs -- --publish false", "dep-check": "aegir run dep-check", - "release": "aegir run release" + "release": "npm run docs:no-publish && aegir run release && npm run docs" }, "dependencies": { "aegir": "^40.0.2"