UNPKG

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