UNPKG

dropletctl

Version:

A convenient CLI tool to quickly spin up DigitalOcean droplets

59 lines (58 loc) 1.59 kB
{ "name": "dropletctl", "version": "2.1.39", "description": "A convenient CLI tool to quickly spin up DigitalOcean droplets", "bin": { "dropletctl": "build/index.js" }, "scripts": { "build": "tsc --project .", "lint:style": "prettier --check src/**/*.ts", "lint:code": "tslint --project .", "lint": "yarn lint:style && yarn lint:code", "watch": "tsc --project . --watch", "test": "echo \"Currently, there are no tests, this placeholder was added so the current step won't fail.\"", "semantic-release": "semantic-release" }, "release": { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github" ] }, "repository": { "type": "git", "url": "git+https://github.com/BrunoScheufler/dropletctl.git" }, "keywords": [ "digitalocean", "droplet", "cli" ], "author": "Bruno Scheufler", "license": "MIT", "bugs": { "url": "https://github.com/BrunoScheufler/dropletctl/issues" }, "homepage": "https://github.com/BrunoScheufler/dropletctl#readme", "devDependencies": { "@types/configstore": "4.0.0", "@types/inquirer": "6.5.0", "@types/node": "12.12.54", "@types/ora": "3.2.0", "prettier": "1.18.2", "semantic-release": "16.0.4", "tslint": "5.20.1", "typescript": "3.9.7" }, "dependencies": { "chalk": "3.0.0", "configstore": "5.0.1", "dots-wrapper": "3.3.3", "human-readable-ids": "1.0.4", "inquirer": "7.3.2", "ora": "4.1.1" } }