{
  "name": "@dxos/x",
  "version": "1.4.38",
  "license": "MIT",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "bin": {
    "dxtools": "./bin/dxtools.js"
  },
  "files": [
    "bin",
    "data",
    "dist",
    "lib",
    "src",
    "scripts"
  ],
  "scripts": {
    "build": "yarn clean && tsc && yarn copy-files",
    "build:watch": "./scripts/debug.sh && tsc --watch",
    "clean": "rimraf ./dist",
    "copy-files": "copyfiles './data/**' './lib/oh-my-zsh/**' './scripts/**' ./dist/",
    "prepublish": "npm run build",
    "release": "yarn publish --patch --verbose",
    "test": "jest"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "columnify": "^1.6.0",
    "console-table-printer": "^2.11.0",
    "enquirer": "^2.3.6",
    "ink": "^3.2.0",
    "json-stable-stringify": "^1.0.1",
    "lodash.sortby": "^4.7.0",
    "log-update": "^5.0.0",
    "sort-package-json": "^1.57.0",
    "yaml": "^1.10.2",
    "yargs": "^17.2.1"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/columnify": "^1.5.1",
    "@types/ink": "^2.0.3",
    "@types/jest": "^26.0.7",
    "@types/json-stable-stringify": "^1.0.34",
    "@types/lodash.sortby": "^4.7.7",
    "@types/node": "^16.3.2",
    "@types/yaml": "^1.9.7",
    "@types/yargs": "^17.0.3",
    "copyfiles": "^2.4.1",
    "jest": "^26.6.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.6",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
