-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 917 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 917 Bytes
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
{
"name": "dev-oauth-proxy",
"version": "0.2.0",
"description": "Configure Google OAuth once with localhost:3000 and never touch it again. Zero-config OAuth proxy for local development.",
"bin": {
"dop": "./bin/dop"
},
"scripts": {
"postinstall": "chmod +x ./bin/dop ./lib/*.sh"
},
"files": [
"bin/",
"lib/",
"README.md",
"LICENSE"
],
"keywords": [
"oauth",
"proxy",
"google-auth",
"development",
"localhost",
"authentication",
"dev-tools",
"cli"
],
"author": "SaharBarak",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SaharBarak/dev-oauth-proxy.git"
},
"bugs": {
"url": "https://github.com/SaharBarak/dev-oauth-proxy/issues"
},
"homepage": "https://github.com/SaharBarak/dev-oauth-proxy#readme",
"engines": {
"node": ">=14"
},
"os": [
"darwin",
"linux"
]
}