-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 950 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
{
"name": "express-gateway-plugin-rewrite",
"version": "0.0.0-development",
"description": "Rewrite plugin for express-gateway",
"main": "manifest.js",
"scripts": {
"test": "jest --env node",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/ExpressGateway/express-gateway-plugin-rewrite.git"
},
"keywords": [
"express-gateway",
"rewrite"
],
"author": "Vincenzo Chianese",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ExpressGateway/express-gateway-plugin-rewrite/issues"
},
"homepage": "https://github.com/ExpressGateway/express-gateway-plugin-rewrite#readme",
"devDependencies": {
"@types/json-schema": "^7.0.3",
"axios": "^0.21.1",
"express": "^4.16.4",
"express-gateway": "^1.15.0",
"jest": "^24.5.0",
"semantic-release": "^15.13.3"
},
"dependencies": {
"path-to-regexp": "^3.0.0"
}
}