forked from VNG-Realisatie/Haal-Centraal-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 882 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
31
{
"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"
},
"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": {
"@stoplight/spectral": "^5.8.0",
"husky": "^4.3.7"
},
"husky": {
"hooks": {
"pre-commit": "npm run oas:lint"
}
}
}