{
  "name": "@tangelo/tangelo-configuration-toolkit",
  "version": "1.24.0",
  "engines": {
    "node": ">=14.0.0"
  },
  "description": "Tangelo Configuration Toolkit is a command-line toolkit which offers support for developing a Tangelo configuration.",
  "bin": {
    "tct": "bin/index.js",
    "tangelo-configuration-toolkit": "bin/index.js"
  },
  "main": "index.js",
  "scripts": {
    "test": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./test/all.ps1"
  },
  "keywords": [
    "tangelo",
    "tct"
  ],
  "author": "Iddo Fontijn <iddo.fontijn@tangelo.nl>",
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "@babel/core": "^7.17.4",
    "@babel/preset-env": "^7.16.11",
    "cli-spinner": "^0.2.10",
    "compare-versions": "^4.1.1",
    "console-table-printer": "^2.11.1",
    "del": "^6.0.0",
    "event-stream": "^4.0.1",
    "find-up": "^5.0.0",
    "fs-extra": "^11.1.1",
    "globby": "^6.1.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-eol": "^0.2.0",
    "gulp-filter": "^7.0.0",
    "gulp-plumber": "^1.2.1",
    "gulp-print": "^5.0.2",
    "gulp-sass": "^6.0.0",
    "gulp-sourcemaps": "^3.0.0",
    "inquirer": "^8.2.0",
    "istextorbinary": "^6.0.0",
    "minimatch": "^8.0.4",
    "node-ssh": "^13.1.0",
    "object-assign-deep": "^0.4.0",
    "p-limit": "^3.1.0",
    "replace-in-file": "^6.3.2",
    "sass": "^1.79.0",
    "saxon-js": "^2.5.0",
    "ssh2-sftp-client": "^9.1.0",
    "through2": "^4.0.2",
    "tiny-lr": "^2.0.0",
    "xml2js": "^0.6.2",
    "yargs": "^17.7.2"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/tangelosoftware/tangelo-configuration-toolkit.git"
  },
  "homepage": "https://bitbucket.org/tangelosoftware/tangelo-configuration-toolkit#readme",
  "settingsTdiDefault": {
    "#": "Defaults for tangelo-default-implementation/tct/settings.json",
    "transpileToES5": true
  }
}
