-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 946 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
{
"name": "@apitraffic/express",
"version": "1.0.7",
"description": "Express plugin for sending request data to ApiTraffic.",
"main": "index.js",
"keywords": [
"express",
"expressjs",
"workflows",
"integrations",
"logging"
],
"scripts": {
"pub-patch": "npm version patch --force && git push origin master && npm publish",
"pub-minor": "npm version minor --force && git push origin master && npm publish",
"pub-major": "npm version major --force && git push origin master && npm publish"
},
"dependencies": {
"@apitraffic/utilities": "^1.0.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apitraffic/apitraffic-express.git"
},
"author": "ApiTraffic.io <sdk@apitraffic.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/apitraffic/apitraffic-express/issues"
},
"homepage": "https://github.com/apitraffic/apitraffic-express#readme"
}