forked from garmeeh/local-cors-proxy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 845 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
36
37
{
"name": "webhook-store-cli",
"version": "1.1.6",
"main": "./lib/index.js",
"scripts": {
"start": "node ./bin/lcp.js",
"test": "echo \"No tests specified\" && exit 0"
},
"bin": {
"lcp": "./bin/lcp.js"
},
"author": "Sammy Teillet",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenWebhook/webhook-store-cli.git"
},
"keywords": [
"simple",
"webhook",
"webhook-store",
"dev-tool"
],
"bugs": {
"url": "https://github.com/OpenWebhook/webhook-store-cli/issues"
},
"homepage": "https://github.com/OpenWebhook/webhook-store-cli#readme",
"dependencies": {
"chalk": "^2.3.2",
"command-line-args": "^5.0.2",
"cors": "^2.8.4",
"express": "^4.16.3",
"open": "^8.4.0",
"prompt-sync": "^4.2.0",
"request": "^2.85.0"
}
}