-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 913 Bytes
/
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
{
"name": "post-preview",
"version": "1.0.5",
"description": "Builds HTML blog post previews with the specified character length on client side.",
"main": "src/index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hosseini44444/post-preview.git"
},
"keywords": [
"blog",
"post",
"preview",
"summarizer"
],
"author": "Seyed Abbas Hosseini",
"license": "MIT",
"bugs": {
"url": "https://github.com/hosseini44444/post-preview/issues"
},
"homepage": "https://github.com/hosseini44444/post-preview#readme",
"devDependencies": {
"@types/jest": "^26.0.19",
"eslint": "^7.16.0",
"jest": "^26.6.3",
"coveralls": "^3.1.0"
}
}