@inklok/api-spec 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "@inklok/api-spec",
3
+ "version": "7.2.0",
4
+ "description": "OpenAPI specification for OpaqueInk Core API (owned by opaqueink_infra)",
5
+ "main": "openapi.yaml",
6
+ "files": [
7
+ "openapi.yaml",
8
+ "components/",
9
+ "README.md"
10
+ ],
11
+ "scripts": {
12
+ "validate-basic": "node validate-basic.js",
13
+ "build-docs": "cd ../api_docs/scalar && npm run build",
14
+ "deploy-docs": "node deploy-docs.js",
15
+ "prepublishOnly": "npm run validate-basic"
16
+ },
17
+ "devDependencies": {
18
+ "@aws-sdk/client-cloudfront": "^3.0.0",
19
+ "@aws-sdk/client-s3": "^3.0.0",
20
+ "js-yaml": "^4.1.0"
21
+ },
22
+ "engines": {
23
+ "node": ">=18.0.0"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/ryan-m-erickson/opaqueink_infra.git",
28
+ "directory": "api"
29
+ },
30
+ "publishConfig": {
31
+ "registry": "https://registry.npmjs.org",
32
+ "access": "public"
33
+ }
34
+ }