-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package-lock.json
File metadata and controls
49 lines (49 loc) · 1.18 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
{
"name": "c",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "c",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"openapi-modifier": "file:../../"
}
},
"../..": {
"version": "0.0.18",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"debug": "^4.3.4",
"deepmerge": "^4.3.1",
"json-stringify-nice": "^1.1.4",
"openapi-types": "^12.1.3",
"yaml": "^2.4.1",
"yargs-parser": "^21.1.1",
"zod": "^3.22.4"
},
"bin": {
"openapi-modifier": "bin/openapi-modifier.js",
"simple-text-file-modifier": "bin/simple-text-file-modifier.js"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/json-stringify-nice": "^1.1.2",
"@types/node": "^20.11.30",
"@types/yargs-parser": "^21.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
}
},
"node_modules/openapi-modifier": {
"resolved": "../..",
"link": true
}
}
}