-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
39 lines (39 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@renovamen/vuepress-plugin-reading-time",
"version": "2.0.0-alpha.26",
"description": "A plugin for computing word count and reading time in VuePress 2.",
"keywords": [
"vue",
"vuepress",
"vuepress-plugin",
"read",
"time",
"read time",
"reading time",
"word count",
"words per minute"
],
"homepage": "https://github.com/Renovamen/vuepress-theme-gungnir/tree/main/packages/plugins/reading-time",
"bugs": {
"url": "https://github.com/Renovamen/vuepress-theme-gungnir/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Renovamen/vuepress-theme-gungnir.git",
"directory": "packages/plugins/reading-time"
},
"license": "MIT",
"author": "Renovamen <[email protected]>",
"main": "lib/node/index.js",
"types": "lib/node/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/core": "2.0.0-beta.49"
}
}