UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@sustainhawaii/ci-helper",
3 "version": "1.8.10",
4 "description": "command-line utility for use within continuous integration processes",
5 "bin": {
6 "sustainHawaiiCiHelper": "lib/index.js"
7 },
8 "scripts": {
9 "compile": "babel src -d lib",
10 "release": "standard-version && git push --follow-tags origin master && npm run compile && npm publish"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+ssh://git@bitbucket.org/charleskoehl/ci-helper.git"
15 },
16 "keywords": [
17 "utility"
18 ],
19 "author": "Charles Koehl",
20 "license": "ISC",
21 "homepage": "https://bitbucket.org/charleskoehl/ci-helper#readme",
22 "dependencies": {
23 "@babel/runtime": "^7.6.3",
24 "async": "^3.1.0",
25 "bluebird": "^3.7.1",
26 "clui": "^0.3.6",
27 "configstore": "^5.0.1",
28 "inquirer": "^7.0.4",
29 "otplib": "^11.0.1",
30 "shelljs": "^0.8.3",
31 "yargs": "^14.2.0"
32 },
33 "devDependencies": {
34 "@babel/cli": "^7.6.4",
35 "@babel/core": "^7.6.4",
36 "@babel/plugin-transform-runtime": "^7.6.2",
37 "@babel/preset-env": "^7.6.3"
38 }
39}