-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
{
"version": "0.1.1",
"keywords": [
"strapi",
"workflows",
"integrations",
"logging"
],
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
"./strapi-server": {
"source": "./server/src/index.js",
"import": "./dist/server/index.mjs",
"require": "./dist/server/index.js",
"default": "./dist/server/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "strapi-plugin build",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link",
"verify": "strapi-plugin verify"
},
"dependencies": {
"@apitraffic/utilities": "^1.0.13"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.2.7",
"@strapi/strapi": "^5.5.0",
"prettier": "^3.4.2"
},
"strapi": {
"kind": "plugin",
"name": "apitraffic",
"displayName": "ApiTraffic",
"description": "Sends all API request/response data to ApiTraffic for logging and workflow triggering."
},
"name": "@apitraffic/strapi",
"description": "Sends all API request/response data to ApiTraffic for logging and workflow triggering.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/apitraffic/apitraffic-strapi.git"
},
"bugs": {
"url": "https://github.com/apitraffic/apitraffic-strapi/issues"
},
"homepage": "https://github.com/apitraffic/apitraffic-strapi#readme",
"author": "Jason Fill <jason@apitraffic.io>"
}