-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@ideal-postcodes/openapi",
"description": "Ideal Postcodes OpenAPI v3 specifications",
"version": "4.15.2",
"packageManager": "pnpm@10.28.0",
"devDependencies": {
"@cablanchard/tsconfig": "~2.0.0",
"@redocly/cli": "~2.0.7",
"@semantic-release/changelog": "~6.0.3",
"@semantic-release/git": "~10.0.1",
"@semantic-release/github": "~12.0.2",
"@semantic-release/npm": "~13.1.3",
"@stoplight/prism-cli": "~5.0.0",
"semantic-release": "~25.0.2",
"typescript": "~5.7.2"
},
"scripts": {
"prepublish": "tsc",
"semantic-release": "semantic-release",
"start": "redocly preview --project-dir dist",
"mock": "npm run build && prism mock ./dist/openapi.yaml",
"build": "tsc",
"test": "redocly lint dist/openapi.yaml && redocly 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": "git+https://github.com/ideal-postcodes/openapi.git"
},
"license": "Copyright IDDQD Limited",
"files": [
"openapi.ts",
"dist"
],
"keywords": [
"Ideal Postcodes",
"OpenAPI",
"UK",
"Addressing",
"Royal",
"Mail",
"PAF"
]
}