{
  "name": "@watsonjs/cli",
  "version": "0.0.1",
  "description": "Fast, scalable framework for building Discord applications (@cli)",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">= 10.13.0",
    "npm": ">= 6.11.0"
  },
  "bin": {
    "watson": "bin/watson.js"
  },
  "scripts": {
    "build": "tsc",
    "clean": "gulp clean:bundle",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint '{lib,commands,actions}/**/*.ts' --fix",
    "start": "node bin/watson.js",
    "prepack": "npm run build",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/M1CH3L1US/watson-cli.git"
  },
  "contributors": [
    "Michael S."
  ],
  "license": "MIT",
  "homepage": "https://watsonjs.io/",
  "dependencies": {
    "@angular-devkit/core": "11.0.6",
    "@angular-devkit/schematics": "11.0.6",
    "@angular-devkit/schematics-cli": "0.1100.6",
    "@types/webpack": "4.41.25",
    "@watsonjs/schematics": "~0.0.3",
    "chalk": "3.0.0",
    "chokidar": "3.5.0",
    "cli-table3": "0.5.1",
    "commander": "4.1.1",
    "fork-ts-checker-webpack-plugin": "6.1.0",
    "inquirer": "7.3.3",
    "node-emoji": "1.10.0",
    "ora": "5.2.0",
    "os-name": "4.0.0",
    "rimraf": "3.0.2",
    "shelljs": "0.8.4",
    "tree-kill": "1.2.2",
    "tsconfig-paths": "3.9.0",
    "tsconfig-paths-webpack-plugin": "3.3.0",
    "typescript": "4.0.5",
    "webpack": "5.11.0",
    "webpack-node-externals": "2.5.2"
  },
  "devDependencies": {
    "@commitlint/cli": "11.0.0",
    "@commitlint/config-angular": "11.0.0",
    "@types/copyfiles": "2.4.0",
    "@types/inquirer": "7.3.1",
    "@types/jest": "26.0.20",
    "@types/node": "12.12.31",
    "@types/node-emoji": "1.8.1",
    "@types/ora": "3.1.0",
    "@types/os-name": "2.0.0",
    "@types/rimraf": "3.0.0",
    "@types/shelljs": "0.8.8",
    "@types/webpack-node-externals": "2.5.0",
    "@typescript-eslint/eslint-plugin": "^2.19.0",
    "@typescript-eslint/parser": "^2.19.0",
    "delete-empty": "3.0.0",
    "eslint": "7.18.0",
    "eslint-config-prettier": "7.2.0",
    "eslint-plugin-import": "2.22.1",
    "gulp": "4.0.2",
    "gulp-clean": "0.4.0",
    "husky": "4.3.8",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "release-it": "14.2.2",
    "ts-jest": "26.4.4",
    "ts-loader": "8.0.14",
    "ts-node": "9.1.1"
  }
}
