UNPKG

2.21 kBJSONView Raw
1{
2 "name": "kinvey-cli",
3 "version": "3.0.0",
4 "description": "Utility for deploying and managing FlexServices on Kinvey's FlexService Runtime",
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": "./node_modules/.bin/eslint bin config lib test",
27 "test": "./node_modules/.bin/nyc --reporter=html --reporter=text ./node_modules/.bin/mocha test --NODE_CONFIG_DIR=./test/config",
28 "test-unit": "./node_modules/.bin/mocha test/unit --NODE_CONFIG_DIR=./test/config",
29 "test-integration": "./node_modules/.bin/mocha test/integration"
30 },
31 "dependencies": {
32 "archiver": "1.0.1",
33 "async": "1.4.2",
34 "chalk": "2.1.0",
35 "config": "1.16.0",
36 "console.table": "0.10.0",
37 "inquirer": "0.10.0",
38 "isemail": "1.2.0",
39 "lodash.clonedeep": "4.5.0",
40 "lodash.isempty": "4.4.0",
41 "lodash.isequal": "4.5.0",
42 "lodash.merge": "4.6.0",
43 "moment": "2.11.2",
44 "request": "2.63.0",
45 "update-notifier": "0.5.0",
46 "uuid": "2.0.3",
47 "valid-url": "1.0.9",
48 "winston": "2.4.0",
49 "yargs": "10.0.3"
50 },
51 "devDependencies": {
52 "body-parser": "1.18.2",
53 "chai": "3.3.0",
54 "dos2unix-cli": "1.0.1",
55 "eslint": "4.17.0",
56 "eslint-config-kinvey-platform": "kinvey/eslint-kinvey-platform#v0.1.1",
57 "eslint-plugin-import": "2.8.0",
58 "express": "4.16.2",
59 "mocha": "2.3.3",
60 "nyc": "11.1.0",
61 "sinon": "4.1.3",
62 "sinon-chai": "2.14.0",
63 "snap-shot-it": "4.0.1",
64 "strip-ansi": "4.0.0",
65 "test-console": "1.0.0"
66 },
67 "engines": {
68 "node": ">=6.x.x"
69 },
70 "os": [
71 "darwin",
72 "linux",
73 "win32"
74 ],
75 "preferGlobal": true,
76 "yargs": {
77 "boolean-negation": false
78 }
79}