UNPKG

@podlite/toc

Version:

'Table of contents' plugin for Podlite markup language

47 lines 1.07 kB
{ "name": "@podlite/toc", "version": "0.0.26", "description": "'Table of contents' plugin for Podlite markup language", "main": "lib/index.js", "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/podlite" }, "scripts": { "clean": "rm -rf dist lib tsconfig.tsbuildinfo", "build": "yarn g:build", "test": "yarn g:jest --passWithNoTests" }, "publishConfig": { "access": "public", "main": "lib/index.js", "types": "./lib/index.d.ts", "module": "./esm/index.js" }, "files": [ "lib", "esm", "README.md", "CHANGELOG.md", "LICENSE" ], "keywords": [ "markdown", "pod6", "podlite", "markup", "markup-language" ], "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18", "react-dom": "^16.0.0 || ^17.0.0 || ^18" }, "dependencies": { "@podlite/schema": "0.0.33", "react": "^16.0.0 || ^17.0.0 || ^18", "react-dom": "^16.0.0 || ^17.0.0 || ^18", "react-is": "^18.0.0" }, "module": "./esm/index.js" }