forked from VirtusLab-Open-Source/strapi-plugin-comments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.38 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "strapi-plugin-comments",
"version": "2.0.2",
"description": "Strapi - Comments plugin",
"strapi": {
"name": "comments",
"displayName": "Comments",
"description": "Powerful Strapi based comments moderation tool for you and your users",
"kind": "plugin"
},
"scripts": {
"publish": "npm publish --tag latest",
"test:unit": "jest --verbose --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/VirtusLab-Open-Source/strapi-plugin-comments"
},
"dependencies": {
"@strapi/utils": "^4.0.7",
"@strapi/plugin-graphql": "^4.0.7",
"bad-words": "^3.0.4"
},
"devDependencies": {
"codecov": "^3.7.2",
"jest": "^26.0.1",
"jest-cli": "^26.0.1",
"jest-styled-components": "^7.0.2",
"koa": "2.13.3"
},
"peerDependencies": {
"@strapi/strapi": "4.x"
},
"author": {
"name": "VirtusLab",
"email": "[email protected]",
"url": "https://virtuslab.com"
},
"maintainers": [
{
"name": "VirtusLab // Mateusz Ziarko",
"email": "[email protected]",
"url": "https://virtuslab.com"
},
{
"name": "VirtusLab // Maksymilian Pamuła",
"email": "[email protected]",
"url": "https://virtuslab.com"
}
],
"engines": {
"node": ">=14.x.x <=17.x.x",
"npm": ">=7.x.x"
},
"keywords": ["strapi", "plugin", "comments"],
"license": "MIT"
}