@webda/shell
Version:
Deploy a Webda app or configure it
98 lines (97 loc) • 2.31 kB
JSON
{
"name": "@webda/shell",
"version": "3.13.1",
"description": "Deploy a Webda app or configure it",
"keywords": [
"aws",
"lamda",
"api gateway"
],
"author": "Remi Cattiau <remi@cattiau.com>",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": "git://github.com/loopingz/webda.io.git",
"bin": {
"webda": "./lib/bin/webda.js"
},
"files": [
"lib",
"webda.module.json"
],
"scripts": {
"build": "tsc-esm && chmod +x lib/bin/webda.js",
"build:module": "webda build",
"build:watch": "webda build --watch",
"pretest": "npm run build",
"test": "c8 mocha --timeout=120000",
"test:debug": "mocha --timeout=400000",
"lint": "prettier --check src/**/*",
"lint:fix": "prettier --write src/**/*"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@kubernetes/client-node": "^1.2.0",
"@phenomnomnominal/tsquery": "^6.1.2",
"@webda/core": "^3.18.0",
"@webda/kubernetes": "^3.6.2",
"@webda/tsc-esm": "^1.3.1",
"@webda/workout": "^3.2.1",
"archiver": "^7.0.1",
"chalk": "^5.0.1",
"cookie": "^1.0.1",
"dateformat": "^5.0.3",
"fs-extra": "^11.0.0",
"generator-webda": "^1.2.0",
"glob": "^10.0.0",
"is-in-subnet": "^4.0.1",
"json-schema": "^0.4.0",
"jsonpath": "^1.1.1",
"merge": "^2.1.1",
"mime-types": "^2.1.31",
"semver": "^7.3.5",
"semver-intersect": "^1.4.0",
"ts-json-schema-generator": "~2.3.0",
"typescript": "^5.6.2",
"unzipper": "^0.12.1",
"yaml": "^2.0.0",
"yargs": "^17.0.1",
"yeoman-environment": "^3.5.1"
},
"c8": {
"report-dir": "./reports",
"reporter": [
"html",
"lcov",
"json",
"text"
],
"exclude": [
"**/*.spec.ts",
"link_modules/**/*",
"test/**"
]
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "18.11.13",
"@types/yargs": "^17.0.2",
"csstype": "^3.0.8",
"node-fetch": "^3.3.1",
"sinon": "^18.0.0",
"ts-node": "^10.8.1"
},
"type": "module",
"nx": {
"implicitDependencies": [
"@webda/core",
"@webda/tsc-esm",
"@webda/kubernetes"
]
},
"gitHead": "79fedd5b6915347d202c2fc0c8d295c29f118157"
}