{
  "name": "hyper-spotify",
  "version": "5.3.2",
  "description": "Add a Spotify controller to Hyper.",
  "keywords": [
    "hyperterm",
    "hyper",
    "spotify",
    "hyper-spotify"
  ],
  "os": [
    "!win32"
  ],
  "author": "Mattia Panzeri <mattia.panzeri93@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panz3r/hyper-spotify"
  },
  "bugs": {
    "url": "https://github.com/panz3r/hyper-spotify/issues"
  },
  "homepage": "https://github.com/panz3r/hyper-spotify#readme",
  "main": "index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "prebuild": "yarn lint && rimraf ./dist",
    "build": "babel ./src --out-dir ./dist --copy-files",
    "build:watch": "babel --watch ./src --out-dir ./dist --source-maps --copy-files",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "@babel/runtime-corejs2": "^7.12.5",
    "@panz3r/spotify-js": "^1.0.0-alpha.6",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.8",
    "@babel/core": "^7.12.9",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.12.7",
    "@babel/preset-react": "^7.12.7",
    "babel-eslint": "^10.1.0",
    "eslint": "7.15.0",
    "eslint-config-prettier": "7.0.0",
    "eslint-plugin-prettier": "3.2.0",
    "eslint-plugin-react": "7.21.5",
    "prettier": "2.2.1",
    "rimraf": "^3.0.2"
  }
}
