Skip to content

Commit 1d58d96

Browse files
committed
chore(package.json): apply sort-package-json
1 parent 1801b0a commit 1d58d96

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,36 @@
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+
"homepage": "https://github.com/api-platform/api-doc-parser",
6+
"bugs": "https://github.com/api-platform/api-doc-parser/issues",
7+
"repository": "api-platform/api-doc-parser",
8+
"license": "MIT",
9+
"author": "Kévin Dunglas",
10+
"sideEffects": false,
11+
"type": "module",
12+
"exports": "./lib/index.js",
13+
"main": "./lib/index.js",
514
"files": [
615
"*.md",
716
"lib",
817
"src"
918
],
10-
"type": "module",
11-
"exports": "./lib/index.js",
12-
"main": "./lib/index.js",
13-
"repository": "api-platform/api-doc-parser",
14-
"homepage": "https://github.com/api-platform/api-doc-parser",
15-
"bugs": "https://github.com/api-platform/api-doc-parser/issues",
16-
"author": "Kévin Dunglas",
17-
"license": "MIT",
19+
"scripts": {
20+
"build": "rm -rf lib/* && tsc",
21+
"eslint-check": "eslint-config-prettier src/index.ts",
22+
"fix": "pnpm lint --fix",
23+
"lint": "eslint src",
24+
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
25+
"watch": "tsc --watch"
26+
},
27+
"dependencies": {
28+
"graphql": "^16.0.0",
29+
"inflection": "^3.0.0",
30+
"jsonld": "^8.3.2",
31+
"jsonref": "^9.0.0",
32+
"lodash.get": "^4.4.0",
33+
"tslib": "^2.0.0"
34+
},
1835
"devDependencies": {
1936
"@eslint/compat": "^1.2.5",
2037
"@eslint/eslintrc": "^3.2.0",
@@ -41,25 +58,8 @@
4158
"typescript": "^5.7.0",
4259
"typescript-eslint": "^8.22.0"
4360
},
44-
"dependencies": {
45-
"graphql": "^16.0.0",
46-
"inflection": "^3.0.0",
47-
"jsonld": "^8.3.2",
48-
"jsonref": "^9.0.0",
49-
"lodash.get": "^4.4.0",
50-
"tslib": "^2.0.0"
51-
},
52-
"scripts": {
53-
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
54-
"lint": "eslint src",
55-
"fix": "pnpm lint --fix",
56-
"eslint-check": "eslint-config-prettier src/index.ts",
57-
"build": "rm -rf lib/* && tsc",
58-
"watch": "tsc --watch"
59-
},
60-
"sideEffects": false,
61+
"packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
6162
"publishConfig": {
6263
"access": "public"
63-
},
64-
"packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
64+
}
6565
}

0 commit comments

Comments
 (0)