UNPKG

1.9 kBJSONView Raw
1{
2 "name": "exito",
3 "version": "2.2.24",
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 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/grupo-exito-ecommerce/exito-cli-ts"
17 },
18 "keywords": [
19 "exito",
20 "cli"
21 ],
22 "author": "Grupo Exito Ecommerce",
23 "license": "ISC",
24 "bugs": {
25 "url": "https://github.com/grupo-exito-ecommerce/exito-cli-ts/issues"
26 },
27 "homepage": "https://github.com/grupo-exito-ecommerce/exito-cli-ts#readme",
28 "devDependencies": {
29 "@types/configstore": "^4.0.0",
30 "@types/fs-extra": "^5.0.5",
31 "@types/inquirer": "^0.0.43",
32 "@types/lodash": "^4.14.121",
33 "@types/ncp": "^2.0.1",
34 "@types/node": "^11.9.4",
35 "@types/ramda": "types/npm-ramda#dist",
36 "@types/request": "^2.48.1",
37 "@types/update-notifier": "^2.5.0",
38 "configstore": "^4.0.0",
39 "nodemon": "^1.18.10",
40 "tslint": "^5.12.0",
41 "typescript": "^3.3.3"
42 },
43 "dependencies": {
44 "axios": "^0.18.0",
45 "bluebird": "^3.5.0",
46 "chalk": "^2.4.1",
47 "findhelp": "^1.0.4",
48 "fs-extra": "^7.0.1",
49 "inquirer": "^6.2.2",
50 "inquirer-prompt-suggest": "^0.1.0",
51 "lodash": "4.17.11",
52 "moment": "^2.23.0",
53 "ncp": "^2.0.0",
54 "ora": "^3.4.0",
55 "pipe-streams-to-promise": "^0.2.0",
56 "ramda": "^0.25.0",
57 "request": "^2.83.0",
58 "unzip-stream": "^0.3.0",
59 "update-notifier": "^2.3.0",
60 "winston": "^2.4.0"
61 }
62}