UNPKG

1.9 kBJSONView Raw
1{
2 "name": "@extlb/cli",
3 "version": "1.0.20",
4 "description": "ExtLB Cli",
5 "main": "index.js",
6 "engines": {
7 "node": "^6.14.0 || ^8.10.0 || >=9.10.0"
8 },
9 "scripts": {
10 "build": "gulp default",
11 "lint": "eslint ./ --fix",
12 "test": "node jasmine.js"
13 },
14 "bin": {
15 "elb": "./bin/elb.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://gitlab.com/ExtLB/cli.git"
20 },
21 "keywords": [
22 "ExtLoop"
23 ],
24 "author": "Colton McInroy",
25 "license": "ISC",
26 "bugs": {
27 "url": "https://gitlab.com/ExtLB/cli/issues"
28 },
29 "homepage": "https://gitlab.com/ExtLB/cli#readme",
30 "devDependencies": {
31 "@types/node": "^10.7.1",
32 "eslint": "^5.4.0",
33 "eslint-plugin-babel": "^5.1.0",
34 "eslint-plugin-import": "^2.14.0",
35 "eslint-plugin-jasmine": "^2.10.1",
36 "eslint-plugin-node": "^7.0.1",
37 "eslint-plugin-promise": "^4.0.0",
38 "eslint-plugin-standard": "^3.1.0",
39 "eslint-plugin-typescript": "^0.12.0",
40 "grunt": "^1.0.3",
41 "grunt-eslint": "^21.0.0",
42 "grunt-exec": "^3.0.0",
43 "jasmine": "^3.2.0",
44 "time-grunt": "^1.4.0",
45 "typescript": "^3.0.1",
46 "typescript-eslint-parser": "^18.0.0"
47 },
48 "dependencies": {
49 "@types/async": "^2.0.49",
50 "@types/chalk": "^2.2.0",
51 "@types/ejs": "^2.6.0",
52 "@types/inquirer": "0.0.43",
53 "@types/joi": "^13.4.3",
54 "@types/jsonfile": "^4.0.1",
55 "@types/lodash": "^4.14.116",
56 "@types/shelljs": "^0.8.0",
57 "@types/yargs": "^11.1.1",
58 "async": "^2.6.1",
59 "babel-eslint": "^8.2.6",
60 "babel-preset-env": "^1.7.0",
61 "babel-register": "^6.26.0",
62 "chalk": "^2.4.1",
63 "ejs": "^2.6.1",
64 "expand-tilde": "^2.0.2",
65 "inquirer": "^6.1.0",
66 "jasmine-console-reporter": "^3.1.0",
67 "joi": "^13.6.0",
68 "jsonfile": "^4.0.0",
69 "lodash": "^4.17.10",
70 "shelljs": "^0.8.2",
71 "simple-git": "^1.96.0",
72 "yargs": "^12.0.1"
73 }
74}