UNPKG

2.79 kBJSONView Raw
1{
2 "name": "@liara/cli",
3 "description": "The command line interface for Liara",
4 "version": "2.4.1",
5 "author": "Mhe <mhemrg120@gmail.com> (http://liara.ir/) @mhemrg",
6 "bin": {
7 "liara": "./bin/run"
8 },
9 "bugs": "https://github.com/liara-ir/liara-cli/issues",
10 "dependencies": {
11 "@oclif/command": "^1.5.12",
12 "@oclif/config": "^1.12.12",
13 "@oclif/errors": "^1.2.2",
14 "@oclif/plugin-help": "^2.1.6",
15 "ansi-escapes": "^4.1.0",
16 "archiver": "^3.0.0",
17 "async-retry": "^1.2.3",
18 "axios": "^0.18.0",
19 "bytes": "^3.1.0",
20 "chalk": "^2.4.2",
21 "cli-ux": "^5.2.1",
22 "email-prompt-ts": "0.3.2",
23 "email-validator": "^2.0.4",
24 "follow-redirects": "^1.7.0",
25 "fs-extra": "^7.0.1",
26 "get-port": "^5.1.1",
27 "globby": "^11.0.0",
28 "ignore": "^5.1.0",
29 "inquirer": "^6.2.2",
30 "klaw": "^3.0.0",
31 "moment": "^2.24.0",
32 "npid": "^0.4.0",
33 "ora": "^3.4.0",
34 "progress": "^2.0.3",
35 "request": "^2.88.0",
36 "through2": "^3.0.1",
37 "tslib": "^1.9.3",
38 "tunnel-ssh": "^4.1.4",
39 "update-notifier": "^2.5.0"
40 },
41 "devDependencies": {
42 "@oclif/dev-cli": "^1.22.0",
43 "@oclif/test": "^1.2.4",
44 "@oclif/tslint": "^3.1.1",
45 "@types/archiver": "^2.1.3",
46 "@types/async-retry": "^1.4.0",
47 "@types/bytes": "^3.0.0",
48 "@types/chai": "^4.1.7",
49 "@types/concat-stream": "^1.6.0",
50 "@types/fs-extra": "^5.0.5",
51 "@types/inquirer": "^6.0.0",
52 "@types/klaw": "^3.0.0",
53 "@types/mocha": "^5.2.6",
54 "@types/node": "^10.14.4",
55 "@types/progress": "^2.0.3",
56 "@types/request": "^2.48.1",
57 "@types/through2": "^2.0.34",
58 "@types/update-notifier": "^2.5.0",
59 "chai": "^4.2.0",
60 "concat-stream": "^2.0.0",
61 "mocha": "^5.2.0",
62 "nyc": "^13.3.0",
63 "sinon": "^7.3.1",
64 "ts-node": "^8.0.2",
65 "tslint": "^5.12.1",
66 "typescript": "^3.7.5"
67 },
68 "engines": {
69 "node": ">=8.0.0"
70 },
71 "files": [
72 "bin",
73 "lib",
74 "npm-shrinkwrap.json",
75 "oclif.manifest.json"
76 ],
77 "homepage": "https://github.com/liara-ir/liara-cli",
78 "keywords": [
79 "liara",
80 "liara cli",
81 "deploy",
82 "deployment",
83 "cloud",
84 "docker"
85 ],
86 "license": "MIT",
87 "main": "lib/index.js",
88 "oclif": {
89 "commands": "./lib/commands",
90 "bin": "liara",
91 "plugins": [
92 "@oclif/plugin-help"
93 ]
94 },
95 "repository": "liara-ir/liara-cli",
96 "scripts": {
97 "postpack": "rm -f oclif.manifest.json tsconfig.tsbuildinfo",
98 "posttest": "tslint -p test -t stylish",
99 "prepack": "set -ex; rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
100 "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
101 "version": "oclif-dev readme && git add README.md",
102 "readme": "oclif-dev readme"
103 },
104 "types": "lib/index.d.ts"
105}