-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.53 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@ideal-postcodes/openapi",
"description": "Ideal Postcodes OpenAPI v3 specifications",
"version": "4.9.2",
"devDependencies": {
"@cablanchard/semantic-release": "~1.3.4",
"@cablanchard/tsconfig": "~2.0.0",
"@redocly/openapi-cli": "~1.0.0-beta.55",
"@stoplight/prism-cli": "^5.0.0",
"semantic-release": "~23.0.8",
"typescript": "~5.7.2"
},
"scripts": {
"prepublish": "npm run build",
"semantic-release": "semantic-release --no-ci",
"start": "openapi preview-docs",
"mock": "npm run build && prism mock ./dist/openapi.yaml",
"build": "tsc",
"test": "openapi lint dist/openapi.yaml && openapi lint dist/openapi.json"
},
"main": "dist/openapi.js",
"types": "dist/openapi.d.ts",
"author": {
"name": "Ideal Postcodes",
"email": "support@ideal-postcodes.co.uk",
"url": "https://ideal-postcodes.co.uk"
},
"bugs": {
"url": "https://github.com/ideal-postcodes/openapi/issues",
"email": "support@ideal-postcodes.co.uk"
},
"homepage": "https://github.com/ideal-postcodes/openapi",
"repository": {
"type": "git",
"url": "https://github.com/ideal-postcodes/openapi.git"
},
"release": {
"extends": "@cablanchard/semantic-release/dist/npm",
"branches": [
"master",
{
"name": "beta",
"prerelease": true
},
"next"
]
},
"license": "MIT",
"files": [
"openapi.ts",
"dist"
],
"keywords": [
"Ideal Postcodes",
"OpenAPI",
"UK",
"Addressing",
"Royal",
"Mail",
"PAF"
]
}