{
  "name": "@archer-edu/dxp-directus-cli",
  "version": "3.0.1",
  "description": "",
  "main": "dist/index.js",
  "preferGlobal": true,
  "bin": {
    "cmsctl": "dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/viewdo/dxp-directus-cli"
  },
  "scripts": {
    "clean": "rm -fR dist && rm -fR node_modules",
    "prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
    "build": "tsc --build tsconfig.json",
    "test": "node -r ts-node/register --test $(find test -name '*.test.ts' -print)",
    "debug": "ts-node --inspect-brk src/index.ts",
    "start": "ts-node src/index.ts",
    "watch": "tsc --build tsconfig.json -w",
    "predocker:build": "tsc --build tsconfig.json",
    "docker:build": "docker build -t dxp-directus-cli .",
    "docker:run": "docker run --rm dxp-directus-cli"
  },
  "engines": {
    "npm": ">=9",
    "node": ">=18"
  },
  "keywords": [
    "dxp",
    "cli",
    "directus",
    "development"
  ],
  "readme": "README.md",
  "author": "Archer DXP",
  "license": "ISC",
  "resolutions": {
    "semver": "5.7.2"
  },
  "dependencies": {
    "clear": "0.1.0",
    "colors": "1.3.3",
    "commander": "10.0.1",
    "dotenv": "16.3.1",
    "es6-shim": "0.35.8",
    "figlet": "1.7.0",
    "js-yaml": "4.1.0",
    "node-fetch": "2.6.7",
    "node-watch": "0.7.4",
    "reflect-metadata": "0.1.13"
  },
  "devDependencies": {
    "@types/color": "3.0.6",
    "@types/figlet": "1.5.8",
    "@types/js-yaml": "4.0.9",
    "@types/node": "20.9.0",
    "@types/node-fetch": "2.6.9",
    "@types/yamljs": "0.2.34",
    "@typescript-eslint/eslint-plugin": "6.15.0",
    "@typescript-eslint/parser": "6.15.0",
    "eslint": "8.56.0",
    "npm-run-all": "4.1.5",
    "ts-node": "10.9.1",
    "typescript": "5.3.3"
  },
  "es2015": "dist/index.js",
  "es2017": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ]
}
