forked from EdisonPeM/strapi-plugin-import-export-content
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "strapi-plugin-import-export-content",
"version": "0.4.2",
"description": "This is a plugin for import and export content of collection types.",
"license": "MIT",
"strapi": {
"name": "Import / Export Content",
"icon": "sync-alt",
"description": "Import and Export your Content"
},
"scripts": {
"test": "echo \"No test specified\""
},
"dependencies": {
"csv-parse": "^4.15.3",
"csv-string": "^4.0.1",
"prismjs": "^1.23.0",
"react-simple-code-editor": "^0.11.0"
},
"author": "Edison Peñuela <[email protected]>",
"maintainers": [
"Edison Peñuela <[email protected]>"
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EdisonPeM/strapi-plugin-import-export-content.git"
},
"keywords": [
"strapi",
"plugin",
"strapi",
"import",
"content",
"export",
"content"
],
"bugs": {
"url": "https://github.com/EdisonPeM/strapi-plugin-import-export-content/issues"
},
"homepage": "https://github.com/EdisonPeM/strapi-plugin-import-export-content#readme"
}