UNPKG

easy-toc

Version:

Lightweight Vanilla JS Table of Contents

49 lines (48 loc) 1.3 kB
{ "name": "easy-toc", "version": "1.0.0", "description": "Lightweight Vanilla JS Table of Contents", "main": "source/easy-toc.ts", "scripts": { "build": "rollup --config" }, "repository": { "type": "git", "url": "git+https://github.com/bfiessinger/Easy-TOC.git" }, "keywords": [ "TOC", "Table", "of", "Contents" ], "author": "Bastian Fießinger", "license": "MIT", "bugs": { "url": "https://github.com/bfiessinger/Easy-TOC/issues" }, "homepage": "https://github.com/bfiessinger/Easy-TOC#readme", "devDependencies": { "@babel/core": "^7.10.3", "@babel/preset-env": "^7.10.3", "@babel/preset-typescript": "^7.10.1", "@rollup/plugin-babel": "^5.0.4", "@rollup/plugin-commonjs": "^13.0.0", "@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-typescript": "^5.0.0", "@types/defaults": "^1.0.3", "@typescript-eslint/eslint-plugin": "^3.3.0", "@typescript-eslint/parser": "^3.3.0", "babel-plugin-add-module-exports": "^1.0.2", "eslint": "^7.3.0", "rollup": "^2.18.0", "rollup-plugin-terser": "^6.1.0", "typescript": "^3.9.5", "webpack-cli": "^3.3.12" }, "dependencies": { "@sindresorhus/slugify": "^1.0.0", "slugid": "^2.0.0", "url-slug": "^2.3.1" } }