UNPKG

2.56 kBJSONView Raw
1{
2 "name": "kinvey-cli",
3 "version": "4.1.2",
4 "description": "Utility for managing various aspects of your Kinvey account",
5 "keywords": [
6 "Kinvey"
7 ],
8 "homepage": "http://www.kinvey.com",
9 "bugs": "https://github.com/Kinvey/kinvey-cli/issues",
10 "license": "Apache-2.0",
11 "author": "Kinvey, Inc.",
12 "contributors": [
13 "Mark van Seventer <mark@kinvey.com>",
14 "Sam Levin <sam@kinvey.com>"
15 ],
16 "bin": {
17 "kinvey": "./bin/kinvey"
18 },
19 "repository": {
20 "type": "git",
21 "url": "Kinvey/kinvey-cli"
22 },
23 "scripts": {
24 "start": "./bin/kinvey",
25 "prepublish": "./node_modules/.bin/dos2unix ./bin/kinvey",
26 "pretest": "npm run lint",
27 "lint": "./node_modules/.bin/eslint config lib test",
28 "test": "npm run test-unit && npm run test-integration",
29 "test-unit": "./node_modules/.bin/mocha test/unit --NODE_CONFIG_DIR=./test/config",
30 "test-integration": "./node_modules/.bin/mocha test/integration",
31 "coverage": "./node_modules/.bin/nyc --reporter=html --reporter=text ./node_modules/.bin/mocha test --NODE_CONFIG_DIR=./test/config",
32 "eslint": "./node_modules/.bin/eslint bin config lib test",
33 "test-npm-security": "npm audit"
34 },
35 "dependencies": {
36 "aes-js": "3.1.1",
37 "archiver": "1.0.1",
38 "async": "1.4.2",
39 "chalk": "2.1.0",
40 "config": "1.16.0",
41 "console.table": "0.10.0",
42 "inquirer": "0.12.0",
43 "isemail": "1.2.0",
44 "lodash.clonedeep": "4.5.0",
45 "lodash.get": "4.4.2",
46 "lodash.isempty": "4.4.0",
47 "lodash.isequal": "4.5.0",
48 "lodash.merge": "4.6.0",
49 "lodash.sortby": "4.7.0",
50 "moment": "2.22.1",
51 "request": "2.87.0",
52 "update-notifier": "0.5.0",
53 "uuid": "2.0.3",
54 "uuid-v4": "0.1.0",
55 "valid-url": "1.0.9",
56 "winston": "2.4.0",
57 "yargs": "10.0.3"
58 },
59 "devDependencies": {
60 "body-parser": "1.18.2",
61 "chai": "3.3.0",
62 "dos2unix-cli": "1.0.1",
63 "eslint": "5.0.1",
64 "eslint-config-kinvey-platform": "kinvey/eslint-kinvey-platform#0.1.4",
65 "eslint-plugin-import": "2.13.0",
66 "express": "4.16.2",
67 "mocha": "5.0.4",
68 "nyc": "13.1.0",
69 "sinon": "4.1.3",
70 "sinon-chai": "2.14.0",
71 "snap-shot-it": "6.1.9",
72 "strip-ansi": "4.0.0",
73 "suppose": "0.6.2",
74 "test-console": "1.0.0"
75 },
76 "engines": {
77 "node": ">=6.9.1"
78 },
79 "os": [
80 "darwin",
81 "linux",
82 "win32"
83 ],
84 "preferGlobal": true,
85 "yargs": {
86 "boolean-negation": false,
87 "camel-case-expansion": false
88 }
89}