{ "name": "@plastichub/cli", "version": "1.0.10", "description": "", "main": "./build/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "help": "node build/main.js --help", "build": "tsc -p .", "dev": "tsc -w -p ." }, "repository": { "type": "git", "url": "git+https://github.com/plastic-hub/lang.git" }, "author": "", "bin": { "ph-cli": "build/main.js" }, "license": "ISC", "bugs": { "url": "https://github.com/plastic-hub/lang/issues" }, "homepage": "https://github.com/plastic-hub/lang#readme", "dependencies": { "@plastichub/fs": "^0.13.21", "@plastichub/osr-sync": "0.0.22", "@types/bluebird": "^3.5.29", "add": "^2.0.6", "apify": "^0.17.0", "axios": "^0.21.1", "bluebird": "^3.7.2", "chalk": "^2.4.1", "cheerio": "^1.0.0-rc.3", "chokidar": "^3.3.1", "discourser": "^1.0.0", "download": "^8.0.0", "duration-timestamp": "^2.3.0", "errlop": "^2.1.0", "escape-html": "^1.0.3", "fast-glob": "^3.1.1", "filenamify": "^4.1.0", "googleapis": "^39.2.0", "inline-css": "^2.6.2", "isomorphic-unfetch": "^3.0.0", "js-beautify": "^1.11.0", "jsome": "^2.5.0", "json-to-pretty-yaml": "^1.2.2", "lodash": "^4.17.10", "markdown-table": "^2.0.0", "moment": "^2.26.0", "monocle-ts": "^1.2.0", "native-promise-pool": "^3.0.0", "ora": "^2.1.0", "partial.lenses": "^13.13.2", "pretty": "^2.0.0", "puppeteer": "^5.2.1", "ramda": "^0.25.0", "readline": "^1.3.0", "regexp.escape": "^1.1.0", "sanitize-filename": "^1.6.3", "showdown": "^1.9.1", "simple-git": "^2.6.0", "slash": "^3.0.0", "slugify": "^1.4.6", "source-map-support": "^0.5.16", "ts-node-dev": "^1.0.0-pre.44", "tslint": "^5.10.0", "turndown": "^7.0.0", "typescript": "^3.7.4", "which": "^2.0.2", "yargonaut": "^1.1.4", "yargs": "^15.0.2" }, "devDependencies": { "@bevry/links": "^1.1.1", "@bevry/update-contributors": "^1.0.1", "@types/node-fetch": "^2.5.7", "@typescript-eslint/eslint-plugin": "^2.30.0", "@typescript-eslint/parser": "^2.30.0", "@types/chalk": "^2.2.0", "@types/cheerio": "^0.22.15", "@types/chokidar": "^2.1.3", "@types/download": "^6.2.4", "@types/inline-css": "0.0.32", "@types/js-beautify": "^1.8.2", "@types/lodash": "^4.14.110", "@types/moment": "^2.13.0", "@types/node": "^13.1.1", "@types/ora": "^1.3.4", "@types/pretty": "^2.0.0", "@types/puppeteer": "^1.5.0", "@types/ramda": "^0.25.51", "@types/showdown": "^1.9.3", "@types/which": "^1.3.2", "@types/yargs": "^13.0.4", "@xblox/core": "^0.0.19", "assert-helpers": "^6.1.0", "eslint": "^6.8.0", "eslint-config-bevry": "^3.3.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", "jsdom": "^16.2.2", "kava": "^4.4.0", "prettier": "^2.0.5", "projectz": "^1.19.1", "surge": "^0.21.3", "typedoc": "^0.17.6", "valid-directory": "^1.6.0", "valid-module": "^1.0.0" } }