{
  "name": "@kefir100/radio-engine",
  "author": "Grigory Gorshkov",
  "version": "2.3.1",
  "description": "internet radio engine made on NodeJS platform",
  "license": "MIT",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "engines": {
    "node": ">=8.3.0"
  },
  "keywords": [
    "radio",
    "music",
    "mp3",
    "highland",
    "stream",
    "nodejs"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "yarn test"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kefir100/radio-ch1ller.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint --fix ./src/**/*.*",
    "lint:ci": "eslint ./src/**/*.*",
    "test": "jest --config jest.config.json",
    "test:cov": "yarn test --collectCoverage=true"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "dev-null": "^0.1.1",
    "express": "^4.17.1",
    "get-mp3-duration": "^1.0.0",
    "highland": "^2.13.4",
    "klaw-sync": "^6.0.0",
    "lodash": "^4.17.15",
    "node-id3": "^0.1.16"
  },
  "devDependencies": {
    "@types/express": "^4.17.6",
    "@types/jest": "^25.2.1",
    "@types/lodash": "^4.14.150",
    "@types/node": "^13.13.4",
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-typescript": "^7.2.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest": "^23.8.2",
    "husky": "^4.2.5",
    "jest": "^25.5.1",
    "lint-staged": ">=10.2.0",
    "ts-jest": "^25.4.0",
    "typescript": "^3.8.3"
  },
  "bugs": {
    "url": "https://github.com/Kefir100/radio-ch1ller/issues"
  },
  "homepage": "http://fridgefm.com",
  "directories": {
    "example": "examples"
  },
  "lint-staged": {
    "./src/**/*.{js,ts}": [
      "yarn lint"
    ]
  }
}
