-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
30 lines (30 loc) · 1001 Bytes
/
package.json
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
{
"name": "haal-centraal-common",
"version": "1.1.0",
"description": "De Haal Centraal common repository is opgezet om zaken die gemeenschappelijk over alle Haal Centraal API's worden toegepast op één plek vast te leggen en te delen.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"oas:lint": "spectral lint ./api-specificatie/common.yaml",
"spectral:rules-test": "cucumber-js ./features/spectral_rules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VNG-Realisatie/Haal-Centraal-common.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VNG-Realisatie/Haal-Centraal-common/issues"
},
"homepage": "https://github.com/VNG-Realisatie/Haal-Centraal-common#readme",
"devDependencies": {
"@cucumber/cucumber": "^10.8.0",
"@stoplight/spectral-cli": "^6.11.1",
"@stoplight/spectral-core": "^1.18.3",
"@stoplight/spectral-parsers": "^1.0.4",
"chai": "^4.4.1"
}
}