UNPKG

@kubernetes-models/argo-cd

Version:
103 lines 3.42 kB
{ "name": "@kubernetes-models/argo-cd", "version": "4.0.0", "type": "module", "description": "Argo CD models", "repository": { "type": "git", "url": "https://github.com/tommy351/kubernetes-models-ts.git" }, "homepage": "https://github.com/tommy351/kubernetes-models-ts/tree/master/third-party/argo-cd", "author": "Tommy Chen <tommy351@gmail.com>", "license": "MIT", "sideEffects": false, "publishConfig": { "access": "public", "directory": "dist", "linkDirectory": true }, "keywords": [ "kubernetes", "kubernetes-models", "argo", "argo-cd" ], "engines": { "node": ">=22" }, "dependencies": { "@kubernetes-models/base": "^6.0.1", "@kubernetes-models/validate": "^5.0.2", "@kubernetes-models/apimachinery": "^3.0.2", "kubernetes-models": "^5.1.0" }, "devDependencies": { "vitest": "^4.1.5", "@kubernetes-models/go-generate": "^0.1.0", "@kubernetes-models/publish-scripts": "^1.2.0" }, "go-generate": { "input": [ "github.com/argoproj/argo-cd/v3/pkg/apis/application/v1alpha1" ], "output": "./gen" }, "exports": { ".": { "types": "./index.d.ts", "import": "./index.js" }, "./argoproj.io": { "types": "./argoproj.io/index.d.ts", "import": "./argoproj.io/index.js" }, "./argoproj.io/v1alpha1": { "types": "./argoproj.io/v1alpha1/index.d.ts", "import": "./argoproj.io/v1alpha1/index.js" }, "./argoproj.io/v1alpha1/*": { "types": "./argoproj.io/v1alpha1/*.d.ts", "import": "./argoproj.io/v1alpha1/*.js" }, "./github.com": { "types": "./github.com/index.d.ts", "import": "./github.com/index.js" }, "./github.com/argoproj": { "types": "./github.com/argoproj/index.d.ts", "import": "./github.com/argoproj/index.js" }, "./github.com/argoproj/gitops-engine": { "types": "./github.com/argoproj/gitops-engine/index.d.ts", "import": "./github.com/argoproj/gitops-engine/index.js" }, "./github.com/argoproj/gitops-engine/pkg": { "types": "./github.com/argoproj/gitops-engine/pkg/index.d.ts", "import": "./github.com/argoproj/gitops-engine/pkg/index.js" }, "./github.com/argoproj/gitops-engine/pkg/health": { "types": "./github.com/argoproj/gitops-engine/pkg/health/index.d.ts", "import": "./github.com/argoproj/gitops-engine/pkg/health/index.js" }, "./github.com/argoproj/gitops-engine/pkg/health/*": { "types": "./github.com/argoproj/gitops-engine/pkg/health/*.d.ts", "import": "./github.com/argoproj/gitops-engine/pkg/health/*.js" }, "./github.com/argoproj/gitops-engine/pkg/sync": { "types": "./github.com/argoproj/gitops-engine/pkg/sync/index.d.ts", "import": "./github.com/argoproj/gitops-engine/pkg/sync/index.js" }, "./github.com/argoproj/gitops-engine/pkg/sync/common": { "types": "./github.com/argoproj/gitops-engine/pkg/sync/common/index.d.ts", "import": "./github.com/argoproj/gitops-engine/pkg/sync/common/index.js" }, "./github.com/argoproj/gitops-engine/pkg/sync/common/*": { "types": "./github.com/argoproj/gitops-engine/pkg/sync/common/*.d.ts", "import": "./github.com/argoproj/gitops-engine/pkg/sync/common/*.js" }, "./package.json": "./package.json" }, "scripts": { "build": "go-generate && publish-scripts build" } }