-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 890 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 890 Bytes
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
40
41
{
"name": "read_count",
"version": "1.1.3",
"description": "Get Medium like estimated read time of a string. Suitable for estimating the read time of a post.",
"type": "module",
"main": "./src/index.js",
"exports": {
"import": "./src/index.js",
"require": "./dist/index.js"
},
"scripts": {
"build": "webpack --mode production",
"publish": "git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vahlcode/Read-count.git"
},
"keywords": [
"Read",
"tim",
"Medium",
"React",
"JavaSCript",
"Estimate",
"String",
"Length"
],
"author": "Valentine Elum",
"license": "MIT",
"bugs": {
"url": "https://github.com/vahlcode/Read-count/issues"
},
"homepage": "https://readcount.vercel.app",
"publishConfig": {
"access": "public",
"branches": [
"master"
]
}
}