Skip to content

Commit d929f94

Browse files
committed
chore: update package.json
1 parent 7a54120 commit d929f94

File tree

1 file changed

+15
-29
lines changed

1 file changed

+15
-29
lines changed

package.json

Lines changed: 15 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
"name": "@hey-api/json-schema-ref-parser",
33
"version": "0.0.1",
44
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
5+
"homepage": "https://heyapi.dev/",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/hey-api/json-schema-ref-parser.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/hey-api/json-schema-ref-parser/issues"
12+
},
13+
"license": "MIT",
14+
"author": {
15+
"email": "[email protected]",
16+
"name": "Hey API",
17+
"url": "https://heyapi.dev"
18+
},
19+
"funding": "https://github.com/sponsors/hey-api",
520
"keywords": [
621
"json",
722
"schema",
@@ -12,35 +27,6 @@
1227
"dereference",
1328
"resolve"
1429
],
15-
"author": {
16-
"name": "James Messinger",
17-
"url": "https://jamesmessinger.com"
18-
},
19-
"contributors": [
20-
{
21-
"name": "Boris Cherny",
22-
"email": "[email protected]"
23-
},
24-
{
25-
"name": "Phil Sturgeon",
26-
"email": "[email protected]"
27-
},
28-
{
29-
"name": "Jakub Rożek",
30-
"email": "[email protected]"
31-
},
32-
{
33-
"name": "JonLuca DeCaro",
34-
"email": "[email protected]"
35-
}
36-
],
37-
"homepage": "https://apitools.dev/json-schema-ref-parser/",
38-
"repository": {
39-
"type": "git",
40-
"url": "https://github.com/APIDevTools/json-schema-ref-parser.git"
41-
},
42-
"license": "MIT",
43-
"funding": "https://github.com/sponsors/philsturgeon",
4430
"types": "dist/lib/index.d.ts",
4531
"main": "dist/lib/index.js",
4632
"browser": {

0 commit comments

Comments
 (0)