-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 843 Bytes
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
{
"name": "@1claw/openapi-spec",
"version": "0.61.42",
"description": "OpenAPI 3.1.0 specification for the 1Claw Vault API \u2014 generate clients in any language",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/1clawAI/1claw.git",
"directory": "packages/openapi-spec"
},
"files": [
"openapi.yaml",
"openapi.json",
"README.md"
],
"exports": {
"./openapi.yaml": "./openapi.yaml",
"./openapi.json": "./openapi.json"
},
"scripts": {
"build": "node scripts/yaml-to-json.mjs",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"1claw",
"openapi",
"api-spec",
"codegen",
"swagger",
"secrets",
"vault",
"ai-agents"
],
"devDependencies": {
"js-yaml": "^4.1.1"
}
}