Skip to content

Commit 565a3fe

Browse files
committed
build(package.json): add keywords, update repository with recommended structure and url
doc: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository
1 parent d5c5eff commit 565a3fe

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

package.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,26 @@
22
"name": "@api-platform/api-doc-parser",
33
"version": "0.16.8",
44
"description": "Transform an API documentation (Hydra, OpenAPI, GraphQL) in an intermediate representation that can be used for various tasks such as creating smart API clients, scaffolding code or building administration interfaces.",
5+
"keywords": [
6+
"api",
7+
"api-platform",
8+
"documentation",
9+
"hydra",
10+
"openapi",
11+
"graphql",
12+
"jsonld",
13+
"json-schema",
14+
"typescript",
15+
"client",
16+
"codegen",
17+
"scaffolding"
18+
],
519
"homepage": "https://github.com/api-platform/api-doc-parser",
620
"bugs": "https://github.com/api-platform/api-doc-parser/issues",
7-
"repository": "api-platform/api-doc-parser",
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/api-platform/api-doc-parser.git"
24+
},
825
"license": "MIT",
926
"author": "Kévin Dunglas",
1027
"sideEffects": false,
@@ -69,6 +86,9 @@
6986
"typescript-eslint": "^8.22.0"
7087
},
7188
"packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
89+
"engines": {
90+
"node": ">=18"
91+
},
7292
"publishConfig": {
7393
"access": "public"
7494
}

0 commit comments

Comments
 (0)