UNPKG

@mr-hope/vuepress-plugin-reading-time

Version:
39 lines 1.05 kB
{ "name": "@mr-hope/vuepress-plugin-reading-time", "version": "1.30.0", "description": "Reading time plugin for vuepress", "keywords": [ "vuepress-plugin", "reading time", "word count" ], "homepage": "https://vuepress-theme-hope.github.io/v1/reading-time/", "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/reading-time" }, "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", "devDependencies": { "@mr-hope/vuepress-shared": "1.30.0", "@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" } }