{
  "name": "thermocli",
  "version": "0.1.7",
  "description": "Faça conversão de Temperatura com o ThermoCLI.",
  "main": "./lib/thermocli.js",
  "scripts": {
    "start": "node ./lib/thermocli.js",
    "compile": "babel --source-maps -d lib/ src/",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gkal19/ThermoCLI.git"
  },
  "bin": {
    "thermocli": "./lib/thermocli.js"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "keywords": [
    "Thermo",
    "ThermoCLI",
    "Celsius",
    "Fahrenheit",
    "Kelvin"
  ],
  "author": "Gabriel Kalani",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gkal19/ThermoCLI/issues"
  },
  "homepage": "https://github.com/gkal19/ThermoCLI#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-preset-es2015": "^6.24.1",
    "commander": "^2.9.0",
    "pkg": "^4.1.0"
  },
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "chalk": "^2.0.1"
  }
}
