@podlite/toc
Version:
'Table of contents' plugin for Podlite markup language
47 lines • 1.04 kB
JSON
{
"name": "@podlite/toc",
"version": "0.0.22",
"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 ",
"react-dom": "^16.0.0 || ^17.0.0"
},
"dependencies": {
"@podlite/schema": "0.0.29",
"react": "^16.0.0 || ^17.0.0 ",
"react-dom": "^16.0.0 || ^17.0.0",
"react-is": "^17.0.0"
},
"module": "./esm/index.js"
}