-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
42 lines (42 loc) · 870 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
35
36
37
38
39
40
41
42
{
"name": "content-export-import",
"version": "1.0.0",
"description": "This is a plugin for content import and export.",
"strapi": {
"displayName": "Content Export & Import",
"name": "content-export-import",
"icon": "plug",
"description": "Export and Import content",
"kind": "plugin"
},
"scripts": {
"test": "jest"
},
"dependencies": {
"file-saver": "^2.0.5",
"pluralize": "^8.0.0"
},
"author": {
"name": "lazurey",
"email": "[email protected]",
"url": ""
},
"maintainers": [
{
"name": "lazurey",
"email": "[email protected]",
"url": ""
}
],
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-jest": "^25.4.0",
"jest": "^25.4.0"
}
}