UNPKG

@adpt/cloud

Version:
125 lines (124 loc) 3.21 kB
{ "name": "@adpt/cloud", "version": "0.3.1", "description": "AdaptJS cloud component library", "license": "Apache-2.0", "homepage": "https://github.com/unboundedsystems/adapt#readme", "author": "Unbounded Systems", "contributors": [ { "name": "Manish Vachharajani", "email": "manishv@unbounded.systems", "url": "https://twitter.com/mvachhar" }, { "name": "Mark Terrel", "email": "mark@unbounded.systems", "url": "https://twitter.com/mterrel" } ], "repository": "unboundedsystems/adapt", "bugs": { "url": "https://gitlab.com/unboundedsystems/adapt/issues" }, "engines": { "node": ">=10.0.0" }, "keywords": [ "adapt", "adaptjs", "adpt", "unbounded", "infrastructure-as-code", "devops", "deploy", "aws", "k8s", "kubernetes", "cloud", "deployment", "typescript", "nodejs", "react", "reactjs", "containers", "docker" ], "main": "./dist/src/index.js", "typings": "./dist/src/index.d.ts", "files": [ "dist/src", "*.js", "*.d.ts" ], "scripts": { "build": "tsc -p tsconfig.json", "build:watch": "make build && tsc -w -p tsconfig.json", "clean": "rm -rf build dist generated temp", "coverage": "nyc mocha --opts mocha.opts", "docs": "../scripts/make_docs.js cloud", "lint": "tslint -e '**/*.json' --project .", "lint-and-fix": "tslint -e '**/*.json' --project . --fix", "pretest": "make build", "test": "mocha --opts mocha.opts" }, "dependencies": { "@adpt/core": "0.3.1", "aws-sdk": "2.589.0", "debug": "4.1.1", "execa": "3.4.0", "fetchu": "2.0.1", "graphql": "14.6.0", "graphql-tools": "4.0.6", "graphql-type-json": "0.3.1", "js-yaml": "3.13.1", "json-stable-stringify": "1.0.1", "jsonschema": "1.2.5", "kubernetes-client": "7.0.1", "lodash": "4.17.19", "node-fetch": "2.6.0", "randomstring": "1.1.5", "shellwords-ts": "2.0.4", "swagger-client": "3.9.6", "tmp": "0.2.1", "ts-custom-error": "3.1.1", "tslib": "1.10.0", "type-ops": "3.0.3" }, "devDependencies": { "@adpt/testutils": "0.3.1", "@adpt/utils": "0.3.1", "@types/debug": "4.1.5", "@types/dockerode": "2.5.21", "@types/express": "4.17.2", "@types/fs-extra": "8.1.1", "@types/graphql-type-json": "0.3.2", "@types/js-yaml": "3.12.1", "@types/json-stable-stringify": "1.0.32", "@types/lodash": "4.14.149", "@types/mocha": "5.2.7", "@types/node": "10.17.9", "@types/node-fetch": "2.5.4", "@types/randomstring": "1.1.6", "@types/tmp": "0.2.0", "aws-sdk-mock": "4.5.0", "dockerode": "2.5.8", "express": "4.17.1", "fs-extra": "8.1.0", "mocha": "5.2.0", "mocha-nock": "1.0.1", "mocha-slow-options": "0.0.2", "mocked-env": "1.3.2", "should": "13.2.3", "source-map-support": "0.5.16", "stream-buffers": "3.0.2" }, "buildDependencies": { "@types/lodash": "^4.14.109", "@types/node": "^8.10.20", "should": "^13.2.1", "source-map-support": "^0.5.6", "typescript": "^3.0.3" }, "gitHead": "62cc631cad7322b35d49eccc8862e66b9c7914b5" }