-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
{
"name": "tools-api-v1",
"version": "1.0.0",
"description": "API van het Tools (apis.developer.overheid.nl)",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node index.js",
"start-mock": "USE_MOCKS=true node index.js",
"test": "node --test",
"lint": "biome lint .",
"format": "biome format --write ."
},
"keywords": [
"openapi-generator",
"openapi"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"@apiture/openapi-down-convert": "^0.14.2",
"@redocly/cli": "^2.20.5",
"@scalar/openapi-upgrader": "^0.2.3",
"@stoplight/spectral-parsers": "^1.0.5",
"@stoplight/spectral-rulesets": "^1.22.0",
"@stoplight/spectral-runtime": "^1.1.4",
"body-parser": "^2.2.2",
"case-anything": "^3.1.2",
"cors": "^2.8.6",
"express": "^5.1.0",
"express-openapi-validator": "^5.6.2",
"js-yaml": "^4.1.1",
"jszip": "^3.10.1",
"openapi-to-postmanv2": "^5.3.4",
"winston": "^3.19.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.4"
}
}