UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@twilio/cli-core",
3 "description": "Core functionality for the twilio-cli",
4 "version": "4.4.7",
5 "author": "Twilio @twilio",
6 "bugs": "https://github.com/twilio/twilio-cli/issues",
7 "dependencies": {
8 "@oclif/command": "^1.5.19",
9 "@oclif/config": "^1.14.0",
10 "@oclif/errors": "^1.2.2",
11 "@oclif/plugin-help": "^2.2.3",
12 "@oclif/plugin-plugins": "^1.7.9",
13 "chalk": "^2.4.2",
14 "columnify": "^1.5.4",
15 "fs-extra": "^7.0.1",
16 "inquirer": "^6.5.2",
17 "request": "^2.88.2",
18 "semver": "^6.3.0",
19 "shelljs": "^0.8.3",
20 "tsv": "^0.2.0",
21 "twilio": "^3.40.0"
22 },
23 "optionalDependencies": {
24 "keytar": "^4.13.0"
25 },
26 "devDependencies": {
27 "@oclif/test": "^1.2.5",
28 "@twilio/cli-test": "^2.0.2",
29 "chai": "^4.2.0",
30 "eslint": "^4.19.1",
31 "eslint-config-oclif": "^1.5.1",
32 "eslint-plugin-mocha": "^5.3.0",
33 "mocha": "^5.2.0",
34 "nock": "^11.9.1",
35 "nyc": "^14.1.1",
36 "sinon": "^6.3.5",
37 "tmp": "0.0.33"
38 },
39 "engines": {
40 "node": ">=8.0.0"
41 },
42 "files": [
43 "/bin",
44 "/src"
45 ],
46 "homepage": "https://github.com/twilio/twilio-cli-core",
47 "keywords": [
48 "twilio"
49 ],
50 "license": "MIT",
51 "main": "src/index.js",
52 "repository": {
53 "type": "git",
54 "url": "https://github.com/twilio/twilio-cli-core.git"
55 },
56 "scripts": {
57 "posttest": "eslint --ignore-path .gitignore . && npm audit",
58 "test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\""
59 }
60}