{
  "name": "react-spectrogram",
  "version": "0.4.1",
  "description": "React component that visualizes the spectrum of frequencies of a signal that varies with time - Spectrogram.",
  "author": {
    "name": "Jakub Švajka",
    "email": "jakub.svajka98@gmail.com"
  },
  "license": "MIT",
  "keywords": [
    "spectrogram",
    "heatmap",
    "waterfall",
    "canvas",
    "typescript",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SvajkaJ/react-spectrogram.git"
  },
  "bugs": {
    "url": "https://github.com/SvajkaJ/react-spectrogram/issues"
  },
  "private": false,
  "main": "build/index.js",
  "module": "build/index.js",
  "files": [
    "build"
  ],
  "peerDependencies": {
    "react": "^17.0.0",
    "react-dom": "^17.0.0"
  },
  "scripts": {
    "build": "del /q build | tsc"
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "typescript": "^4.3.5"
  }
}
