11{
2- "name" : " kubernetes" ,
3- "version" : " v1.30.0" ,
4- "description" : " JS API client generated by OpenAPI Generator" ,
5- "license" : " Unlicense" ,
6- "main" : " dist/index.js" ,
7- "scripts" : {
8- "dev" : " nodemon" ,
9- "build" : " babel src --extensions \" .ts,.js\" -d dist" ,
10- "prepare" : " npm run build" ,
11- "test" : " mocha --require @babel/register --recursive" ,
12- "generate:types" : " bash ./src/types/generate.sh"
13- },
14- "browser" : {
15- "fs" : false
16- },
17- "type" : " commonjs" ,
18- "dependencies" : {
19- "@babel/cli" : " ^7.0.0" ,
20- "@kubernetes/client-node" : " ^1.0.0" ,
21- "cors" : " ^2.8.5" ,
22- "dotenv" : " ^16.4.5" ,
23- "express" : " ^4.21.0" ,
24- "lodash" : " ^4.17.21" ,
25- "superagent" : " ^5.3.0"
26- },
27- "devDependencies" : {
28- "@babel/core" : " ^7.0.0" ,
29- "@babel/plugin-proposal-decorators" : " ^7.0.0" ,
30- "@babel/plugin-proposal-do-expressions" : " ^7.0.0" ,
31- "@babel/plugin-proposal-export-default-from" : " ^7.0.0" ,
32- "@babel/plugin-proposal-function-bind" : " ^7.0.0" ,
33- "@babel/plugin-proposal-function-sent" : " ^7.0.0" ,
34- "@babel/plugin-proposal-pipeline-operator" : " ^7.0.0" ,
35- "@babel/plugin-proposal-throw-expressions" : " ^7.0.0" ,
36- "@babel/plugin-syntax-dynamic-import" : " ^7.0.0" ,
37- "@babel/plugin-syntax-import-meta" : " ^7.0.0" ,
38- "@babel/plugin-transform-class-properties" : " ^7.25.9" ,
39- "@babel/plugin-transform-export-namespace-from" : " ^7.25.9" ,
40- "@babel/plugin-transform-json-strings" : " ^7.25.9" ,
41- "@babel/plugin-transform-logical-assignment-operators" : " ^7.25.9" ,
42- "@babel/plugin-transform-nullish-coalescing-operator" : " ^7.26.6" ,
43- "@babel/plugin-transform-numeric-separator" : " ^7.25.9" ,
44- "@babel/plugin-transform-optional-chaining" : " ^7.25.9" ,
45- "@babel/preset-env" : " ^7.0.0" ,
46- "@babel/preset-typescript" : " ^7.26.0" ,
47- "@babel/register" : " ^7.0.0" ,
48- "@types/cors" : " ^2.8.17" ,
49- "@types/express" : " ^5.0.0" ,
50- "expect.js" : " ^0.3.1" ,
51- "mocha" : " ^11.1.0" ,
52- "nodemon" : " ^3.1.9" ,
53- "openapi-typescript" : " ^7.6.1" ,
54- "sinon" : " ^7.2.0" ,
55- "tsx" : " ^4.19.2" ,
56- "typescript" : " ^5.7.3"
57- },
58- "files" : [
59- " dist"
60- ]
61- }
2+ "name" : " kubernetes" ,
3+ "version" : " v1.30.0" ,
4+ "description" : " JS API client generated by OpenAPI Generator" ,
5+ "license" : " Unlicense" ,
6+ "main" : " dist/index.js" ,
7+ "scripts" : {
8+ "dev" : " nodemon" ,
9+ "build" : " babel src --extensions \" .ts,.js\" -d dist" ,
10+ "prepare" : " npm run build" ,
11+ "test" : " mocha --require @babel/register --recursive" ,
12+ "generate:types" : " bash ./src/types/generate.sh"
13+ },
14+ "browser" : {
15+ "fs" : false
16+ },
17+ "type" : " commonjs" ,
18+ "dependencies" : {
19+ "@babel/cli" : " ^7.0.0" ,
20+ "@kubernetes/client-node" : " ^1.0.0" ,
21+ "cors" : " ^2.8.5" ,
22+ "dotenv" : " ^16.4.5" ,
23+ "express" : " ^4.21.0" ,
24+ "lodash" : " ^4.17.21" ,
25+ "superagent" : " ^5.3.0"
26+ },
27+ "devDependencies" : {
28+ "@babel/core" : " ^7.0.0" ,
29+ "@babel/plugin-proposal-decorators" : " ^7.0.0" ,
30+ "@babel/plugin-proposal-do-expressions" : " ^7.0.0" ,
31+ "@babel/plugin-proposal-export-default-from" : " ^7.0.0" ,
32+ "@babel/plugin-proposal-function-bind" : " ^7.0.0" ,
33+ "@babel/plugin-proposal-function-sent" : " ^7.0.0" ,
34+ "@babel/plugin-proposal-pipeline-operator" : " ^7.0.0" ,
35+ "@babel/plugin-proposal-throw-expressions" : " ^7.0.0" ,
36+ "@babel/plugin-syntax-dynamic-import" : " ^7.0.0" ,
37+ "@babel/plugin-syntax-import-meta" : " ^7.0.0" ,
38+ "@babel/plugin-transform-class-properties" : " ^7.25.9" ,
39+ "@babel/plugin-transform-export-namespace-from" : " ^7.25.9" ,
40+ "@babel/plugin-transform-json-strings" : " ^7.25.9" ,
41+ "@babel/plugin-transform-logical-assignment-operators" : " ^7.25.9" ,
42+ "@babel/plugin-transform-nullish-coalescing-operator" : " ^7.26.6" ,
43+ "@babel/plugin-transform-numeric-separator" : " ^7.25.9" ,
44+ "@babel/plugin-transform-optional-chaining" : " ^7.25.9" ,
45+ "@babel/preset-env" : " ^7.0.0" ,
46+ "@babel/preset-typescript" : " ^7.26.0" ,
47+ "@babel/register" : " ^7.0.0" ,
48+ "@types/cors" : " ^2.8.17" ,
49+ "@types/express" : " ^5.0.0" ,
50+ "expect.js" : " ^0.3.1" ,
51+ "mocha" : " ^11.1.0" ,
52+ "nodemon" : " ^3.1.9" ,
53+ "openapi-typescript" : " ^7.6.1" ,
54+ "sinon" : " ^7.2.0" ,
55+ "tsx" : " ^4.19.2" ,
56+ "typescript" : " ^5.7.3"
57+ },
58+ "files" : [
59+ " dist"
60+ ]
61+ }
0 commit comments