balena-cli/package.json

152 lines
4.4 KiB
JSON
Raw Normal View History

2014-10-31 13:37:29 +00:00
{
2015-02-11 19:31:09 +00:00
"name": "resin-cli",
2018-02-03 15:50:09 +00:00
"version": "6.12.8",
2017-08-16 09:22:21 +00:00
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
2014-12-09 19:46:47 +00:00
"repository": {
"type": "git",
"url": "git@github.com:resin-io/resin-cli.git"
2014-12-09 19:46:47 +00:00
},
"preferGlobal": true,
"files": [
"bin/",
"build/",
"doc/",
"lib/"
],
2014-11-27 13:10:51 +00:00
"bin": {
"resin": "./bin/resin"
},
"pkg": {
"scripts": [
"node_modules/resin-sync/build/capitano/*.js",
"node_modules/resin-sync/build/sync/*.js"
],
"assets": [
"build/auth/pages/*.ejs",
"node_modules/resin-discoverable-services/services/**/*"
]
},
2014-10-31 13:37:29 +00:00
"scripts": {
"prebuild": "rimraf build/ build-bin/ build-zip/",
"build": "npm run build:src && npm run build:bin",
"build:src": "npm run prettify && npm run lint && gulp build && tsc && npm run build:doc",
"build:doc": "mkdirp doc/ && ts-node automation/capitanodoc/index.ts > doc/cli.markdown",
"build:bin": "ts-node --type-check -P automation automation/build-bin.ts",
"release": "npm run build && ts-node --type-check -P automation automation/deploy-bin.ts",
"pretest": "npm run build",
"test": "gulp test",
"ci": "npm run test && catch-uncommitted",
"watch": "gulp watch",
"prettify": "prettier --write \"{lib,tests,automation,typings}/**/*.ts\"",
"lint": "resin-lint lib/ tests/ && resin-lint --typescript automation/ lib/ typings/ tests/",
"prepublish": "require-npm4-to-publish",
"prepublishOnly": "npm run build"
2014-10-31 13:37:29 +00:00
},
"keywords": [
"resin",
"git"
],
2015-09-21 13:15:27 +00:00
"author": "Juan Cruz Viotti <juan@resin.io>",
2016-01-04 03:58:51 +00:00
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
},
2014-10-31 13:37:29 +00:00
"devDependencies": {
"@types/archiver": "^2.0.1",
"@types/bluebird": "^3.5.19",
"@types/fs-extra": "^5.0.0",
"@types/is-root": "^1.0.0",
"@types/mkdirp": "^0.5.2",
"@types/prettyjson": "0.0.28",
"@types/raven": "^2.1.2",
"catch-uncommitted": "^1.0.0",
"ent": "^2.2.0",
"filehound": "^1.16.2",
"fs-extra": "^5.0.0",
2015-07-15 13:01:50 +00:00
"gulp": "^3.9.0",
2014-12-30 13:44:03 +00:00
"gulp-coffee": "^2.2.0",
"gulp-inline-source": "^2.1.0",
"gulp-mocha": "^2.0.0",
"gulp-shell": "^0.5.2",
"mochainon": "^2.0.0",
"pkg": "^4.3.0-beta.1",
"prettier": "^1.9.2",
"publish-release": "^1.3.3",
"require-npm4-to-publish": "^1.0.0",
"resin-lint": "^1.5.0",
"ts-node": "^4.0.1",
"typescript": "2.4.0"
2014-10-31 15:59:23 +00:00
},
"dependencies": {
2017-05-18 22:25:01 +00:00
"@resin.io/valid-email": "^0.1.0",
"ansi-escapes": "^2.0.0",
"any-promise": "^1.3.0",
"archiver": "^2.1.0",
2017-05-18 22:25:01 +00:00
"bash": "0.0.1",
2016-03-07 12:44:10 +00:00
"bluebird": "^3.3.3",
"body-parser": "^1.14.1",
2017-03-22 09:46:06 +00:00
"capitano": "^1.7.0",
"chalk": "^2.3.0",
2017-06-09 12:50:03 +00:00
"coffee-script": "^1.12.6",
"columnify": "^1.5.2",
2017-03-08 18:43:34 +00:00
"denymount": "^2.2.0",
"docker-qemu-transpose": "^0.2.2",
2017-03-08 18:45:36 +00:00
"docker-toolbelt": "^1.3.3",
2017-06-18 22:14:08 +00:00
"dockerode": "^2.5.0",
"dockerode-options": "^0.2.1",
2017-06-09 12:50:03 +00:00
"drivelist": "^5.0.22",
"ejs": "^2.5.7",
"etcher-image-write": "^9.0.3",
"express": "^4.13.3",
"global-tunnel-ng": "github:zvin/global-tunnel#dont-proxy-connections-to-file-sockets",
2017-05-18 23:10:14 +00:00
"hasbin": "^1.2.3",
2017-06-18 22:14:08 +00:00
"inquirer": "^3.1.1",
"is-root": "^1.0.0",
"js-yaml": "^3.7.0",
"klaw": "^1.3.1",
2017-08-16 16:16:21 +00:00
"lodash": "^4.17.4",
2016-02-12 18:34:16 +00:00
"mixpanel": "^0.4.0",
"mkdirp": "^0.5.1",
2016-03-07 12:44:10 +00:00
"moment": "^2.12.0",
"mz": "^2.6.0",
"node-cleanup": "^2.1.2",
"nplugm": "^3.0.0",
"opn": "^5.1.0",
"president": "^2.0.1",
"prettyjson": "^1.1.3",
"progress-stream": "^2.0.0",
2017-03-17 17:37:07 +00:00
"raven": "^1.2.0",
"reconfix": "^0.0.3",
"request": "^2.81.0",
"resin-bundle-resolve": "^0.0.2",
2016-03-07 12:44:10 +00:00
"resin-cli-errors": "^1.2.0",
2017-03-08 21:49:56 +00:00
"resin-cli-form": "^1.4.1",
2017-06-09 12:50:03 +00:00
"resin-cli-visuals": "^1.4.0",
"resin-config-json": "^1.0.0",
"resin-device-config": "^4.0.0",
"resin-device-init": "^4.0.0",
"resin-docker-build": "^0.4.0",
"resin-doodles": "0.0.1",
"resin-image-fs": "^2.3.0",
"resin-image-manager": "^5.0.0",
"resin-preload": "^5.0.0",
"resin-sdk": "^7.0.0",
"resin-sdk-preconfigured": "^6.9.0",
2017-04-26 13:16:06 +00:00
"resin-settings-client": "^3.6.1",
"resin-stream-logger": "^0.1.0",
"resin-sync": "^9.2.3",
"rimraf": "^2.4.3",
"rindle": "^1.0.0",
"semver": "^5.3.0",
"stream-to-promise": "^2.2.0",
"tmp": "0.0.31",
2017-06-08 10:52:47 +00:00
"umount": "^1.1.6",
"unzip2": "^0.2.5",
"update-notifier": "^2.2.0"
},
"optionalDependencies": {
"removedrive": "^1.0.0"
2014-10-31 13:37:29 +00:00
}
2018-01-30 17:29:59 +00:00
}