UNPKG

@arelstone/traduora-cli

Version:

![npm](https://shields.cdn.bka.li/npm/dt/@arelstone/traduora-cli?style=for-the-badge) ![npm (scoped)](https://shields.cdn.bka.li/npm/v/@arelstone/traduora-cli?label=version&style=for-the-badge) ![GitHub issues](https://shields.cdn.bka.li/github/issues/are

88 lines (87 loc) 2.44 kB
{ "name": "@arelstone/traduora-cli", "version": "1.1.3", "author": "Carsten Daurehøj @arelstone", "bin": { "traduora": "./bin/run" }, "bugs": "https://github.com/arelstone/traduora-cli/issues", "dependencies": { "@oclif/command": "^1.5.19", "@oclif/config": "^1.14.0", "@oclif/plugin-help": "^2.2.3", "docsify": "^4.11.3", "docsify-cli": "^4.4.0", "rc-parser": "^1.0.2" }, "devDependencies": { "@oclif/dev-cli": "^1.22.2", "@oclif/test": "^1.2.5", "@types/chai": "^4.2.11", "@types/mocha": "^5.2.7", "@types/node": "^10.17.17", "@types/node-fetch": "^2.5.5", "@types/shelljs": "^0.8.7", "@types/tinycolor2": "^1.4.2", "chai": "^4.2.0", "chalk": "^4.0.0", "cross-fetch": "^3.0.4", "eslint": "^5.16.0", "eslint-config-oclif": "^3.1.0", "eslint-config-oclif-typescript": "^0.1.0", "globby": "^10.0.2", "mocha": "^5.2.0", "node-fetch": "^2.6.0", "nyc": "^14.1.1", "shelljs": "^0.8.4", "tinycolor2": "^1.4.1", "ts-node": "^8.8.1", "typescript": "^3.8.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "homepage": "https://github.com/arelstone/traduora-cli", "keywords": [ "cli", "translate", "translations", "tms", "translation management", "manager", "management", "json", "language", "lang", "locale", "multilanguage", "multilingual", "i18n", "internationalization" ], "license": "MIT", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "traduora", "plugins": [ "@oclif/plugin-help" ] }, "repository": "arelstone/traduora-cli", "scripts": { "posttest": "eslint . --ext .ts --config .eslintrc", "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md", "prepack": "ts-node ./scripts/prepack.ts", "postpack": "rm -f oclif.manifest.json", "docs:start": "docify serve docs" }, "types": "lib/index.d.ts" }