UNPKG

@mr-hope/vuepress-plugin-smooth-scroll

Version:
40 lines 1.1 kB
{ "name": "@mr-hope/vuepress-plugin-smooth-scroll", "version": "1.30.0", "description": "smooth-scroll plugin for vuepress", "keywords": [ "vuepress-plugin", "vuepress", "smooth-scroll", "vuepress-theme-hope", "mr-hope" ], "homepage": "https://github.com/vuepress-theme-hope/vuepress-theme-hope-v1/tree/main/packages/smooth-scroll#readme", "bugs": { "url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope-v1/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git", "directory": "packages/smooth-scroll" }, "license": "MIT", "author": { "name": "Mr.Hope", "email": "mister-hope@outlook.com", "url": "https://mrhope.site" }, "main": "lib/node/index.js", "types": "lib/types/index.d.ts", "dependencies": { "@mr-hope/vuepress-types": "1.30.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -b tsconfig.json", "clean": "rimraf lib *.tsbuildinfo", "copy": "cpx \"src/**/*.{d.ts,vue,styl}\" lib" } }