UNPKG

@razee/remoteresource

Version:

RazeeDeploy: component to download and manage files

78 lines (77 loc) 2.15 kB
{ "name": "@razee/remoteresource", "version": "4.0.3", "description": "RazeeDeploy: component to download and manage files", "main": "./src/index.js", "bin": { "remoteresource": "bin/remoteresource" }, "keywords": [ "kubernetes", "razee", "razeedash", "download", "CD" ], "scripts": { "start": "node src/index.js", "test": "nyc --reporter=html --all --reporter=text mocha ", "test:debug": "mocha --inspect-brk", "check-coverage": "nyc check-coverage --statements 0 --branches 0 --functions 0 --lines 0", "lint": "npx npm-run-all --npm-path npm eslint markdownlint yaml-lint jsonlint shellcheck", "eslint": "npx eslint src/", "markdownlint": "npx markdownlint-cli README.md docs/", "dockerlint": "npx dockerlint Dockerfile", "commit": "git-cz", "yaml-lint": "npx yaml-lint .travis.yml kubernetes/RemoteResource/resource.yaml .metadata", "jsonlint": "npx jsonlint --quiet build/viewTemplate.json", "shellcheck": "npx shellcheck build/*.sh" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/razee-io/RemoteResource.git" }, "contributors": [ { "name": "Alex Lewitt" }, { "name": "Adam King" } ], "publishConfig": { "access": "public" }, "license": "Apache-2.0", "dependencies": { "@razee/kubernetes-util": "^2.0.1", "@razee/razeedeploy-core": "^2.0.0", "@razee/request-util": "^1.0.11", "axios": "^1.11.0", "bunyan": "^1.8.15", "clone": "^2.1.2", "deepmerge": "^4.3.1", "fs-extra": "^10.1.0", "object-hash": "^3.0.0", "object-path": "^0.11.8", "parse-filepath": "^1.0.2", "parse-github-url": "^1.0.3", "xml2js": "^0.6.2" }, "devDependencies": { "audit-ci": "^7.1.0", "chai": "^4.3.6", "dockerlint": "^0.3.9", "eslint": "^8.57.0", "markdownlint": "^0.38.0", "markdownlint-cli": "^0.45.0", "mocha": "^10.8.2", "nock": "^13.5.6", "npm-check-updates": "^18.0.2", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "shellcheck": "^1.1.0", "sinon": "^14.0.0", "yaml-lint": "^1.7.0" } }