-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.36 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
58
59
60
61
{
"name": "nova-datas-mocker",
"version": "1.4.7",
"description": "On demand, mock all responses from your Strapi APIs.",
"strapi": {
"name": "nova-datas-mocker",
"description": "On demand, mock all responses from your Strapi APIs.",
"kind": "plugin",
"displayName": "Nova APIs Mocker"
},
"private": false,
"keywords": [
"strapi",
"mocking",
"datas",
"API"
],
"author": {
"name": "NovaGaïa",
"email": "[email protected]",
"url": "http://novagaia.fr"
},
"maintainers": [
{
"name": "NovaGaïa",
"email": "[email protected]",
"url": "http://novagaia.fr"
}
],
"files": [
"admin",
"server",
"strapi-admin.js",
"strapi-server.js"
],
"homepage": "https://market.strapi.io/plugins/nova-datas-mocker",
"bugs": "https://github.com/NovaGaia/strapi-plugin-mock-datas/issues",
"repository": {
"type": "git",
"url": "https://github.com/NovaGaia/strapi-plugin-mock-datas.git"
},
"scripts": {
"release": "release-it",
"test": "echo \"Error: no tests specified\" && exit 1"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"release-it": "*"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}