{
  "name": "@getstation/logo-generator",
  "version": "0.3.2",
  "description": "",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "rm -rf lib && tsc -p .",
    "prepublish": "npm run build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.18.0",
    "cheerio": "^1.0.0-rc.2",
    "commandpost": "^1.3.0",
    "csv-parse": "^2.0.0",
    "is-url": "^1.2.2",
    "node-vibrant": "^3.0.0",
    "potrace": "^2.1.1",
    "ts-node": "^4.1.0",
    "typescript": "^2.6.2"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/bluebird": "^3.5.20",
    "@types/cheerio": "^0.22.7",
    "@types/is-url": "^1.2.28",
    "@types/node": "^9.3.0"
  }
}
