UNPKG

docker-swarm-secrets

Version:

A manager for Docker secrets that features customizable secret parsing and async I/O.

60 lines (59 loc) 1.66 kB
{ "name": "docker-swarm-secrets", "version": "2.0.4", "description": "A manager for Docker secrets that features customizable secret parsing and async I/O.", "keywords": [ "docker", "swarm", "secret", "secrets", "container", "parser", "loader", "typescript", "types" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "directories": { "test": "test" }, "scripts": { "start": "node index.js", "test": "npm run lint && npm run testOnly", "testOnly": "nyc mocha -r ts-node/register ./test/**/*.spec.ts", "lint": "eslint . --ext .ts", "build": "tsc --project ./tsconfig.json", "prepublishOnly": "npm run build", "postinstall": "echo \"docker-swarm-secrets is deprecated and is no longer receiving feature updates! Check out the [technician] package on npm!\"" }, "repository": { "type": "git", "url": "https://github.com/carriejv/docker-swarm-secrets.git" }, "bugs": { "url": "https://github.com/carriejv/docker-swarm-secrets/issues" }, "homepage": "https://github.com/carriejv/docker-swarm-secrets", "author": "Carrie Vrtis <carrie@carriejv.com> (https://www.carriejv.com)", "contributors": [ "Carrie Vrtis <carrie@carriejv.com> (https://www.carriejv.com)" ], "license": "MIT", "private": false, "devDependencies": { "@types/chai": "^4.2.11", "@types/node": "^13.13.5", "@types/mocha": "^7.0.2", "@types/sinon": "^9.0.0", "@typescript-eslint/eslint-plugin": "^2.31.0", "@typescript-eslint/parser": "^2.31.0", "chai": "^4.2.0", "eslint": "^6.8.0", "mocha": "^7.1.2", "nyc": "^15.0.1", "rewiremock": "^3.13.9", "ts-node": "^8.10.1", "typescript": "^3.8.3" } }