-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 1.16 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
{
"name": "bridgends",
"version": "1.2.5",
"repository": "https://github.com/fingerpich/bridgends",
"homepage": "https://www.bridgends.com",
"description": "Is a development tool used to support frontend and backend developers while developing and using API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"mockClient": "node ./mock/client.js",
"mockServer": "node ./mock/server.js",
"mockBridge": "node index.js --port 6464 --targets http://localhost:3033",
"mock": "node ./mock/client.js; node ./mock/server.js",
"build": "cd ./src/userInterface/reqManagerUI&&npm i&&npm run build"
},
"bin": {
"bridgends": "./cli.js"
},
"author": "Mojtaba Zarei(Fingerpich)<[email protected]>",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"commander": "^2.15.1",
"express": "^4.16.3",
"filendir": "^1.0.1",
"http-proxy-middleware": "^0.19.0",
"inquirer": "^6.0.0",
"minimist": "^1.2.0",
"pm2": "^3.2.2",
"raw-body": "^2.3.2",
"request": "^2.85.0",
"socket.io": "^2.1.0",
"ws": "^6.1.2",
"zlib": "^1.0.5"
}
}