UNPKG

1.74 kBJSONView Raw
1{
2 "name": "exito",
3 "version": "2.8.4",
4 "description": "Commands to work more fast with vtex and aws",
5 "main": "lib/src/index.js",
6 "bin": "lib/src/index.js",
7 "scripts": {
8 "ts": "tsc",
9 "ts-watch": "tsc --watch",
10 "copy": "ncp resources lib/src/modules/vtex/create-config-project/resources/",
11 "watch-ts": "tsc -w",
12 "prepublish": "npm run ts",
13 "link": "npm link"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/grupo-exito-ecommerce/exito-cli-ts"
18 },
19 "keywords": [
20 "exito",
21 "cli"
22 ],
23 "author": "Grupo Exito Ecommerce",
24 "license": "ISC",
25 "bugs": {
26 "url": "https://github.com/grupo-exito-ecommerce/exito-cli-ts/issues"
27 },
28 "homepage": "https://github.com/grupo-exito-ecommerce/exito-cli-ts#readme",
29 "devDependencies": {
30 "@types/configstore": "^4.0.0",
31 "@types/fs-extra": "^5.0.5",
32 "@types/inquirer": "^0.0.43",
33 "@types/lodash": "^4.14.121",
34 "@types/ncp": "^2.0.1",
35 "@types/node": "^11.9.4",
36 "@types/ramda": "types/npm-ramda#dist",
37 "@types/request": "^2.48.1",
38 "@types/update-notifier": "^2.5.0",
39 "configstore": "^4.0.0",
40 "nodemon": "^1.18.10",
41 "tslint": "^5.12.0",
42 "typescript": "^3.3.3",
43 "ts-node": "^8.3.0"
44 },
45 "dependencies": {
46 "axios": "^0.18.0",
47 "bluebird": "^3.5.0",
48 "chalk": "^2.4.1",
49 "findhelp": "^1.0.4",
50 "fs-extra": "^7.0.1",
51 "inquirer": "^6.2.2",
52 "inquirer-prompt-suggest": "^0.1.0",
53 "lodash": "4.17.15",
54 "moment": "^2.23.0",
55 "ncp": "^2.0.0",
56 "ora": "^3.4.0",
57 "pipe-streams-to-promise": "^0.2.0",
58 "ramda": "^0.25.0",
59 "request": "^2.83.0",
60 "unzip-stream": "^0.3.0",
61 "update-notifier": "^2.3.0",
62 "winston": "^2.4.0"
63 }
64}