{
  "name": "@fridgefm/radio-core",
  "author": "Grigory Gorshkov",
  "version": "3.3.0",
  "description": "internet radio engine made on NodeJS platform",
  "license": "MIT",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "keywords": [
    "radio",
    "music",
    "broadcast",
    "mp3",
    "stream",
    "nodejs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ch1ller0/fridgefm-radio-core.git"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "dev": "tsx watch ./examples/server.ts",
    "test": "npm run test:types && npm run test:unit && npm run test:lint",
    "test:types": "tsc --noEmit",
    "test:lint": "eslint ./src/**/*",
    "test:unit": "jest --config jest.config.json",
    "test:unit:cov": "jest --config jest.config.json --collectCoverage=true"
  },
  "dependencies": {
    "@fridgefm/inverter": "0.3.0",
    "chalk": "4.1.2",
    "dev-null": "0.1.1",
    "fs-extra": "11.3.0",
    "get-mp3-duration": "1.0.0",
    "highland": "2.13.5",
    "klaw-sync": "6.0.0",
    "node-id3": "0.2.7",
    "typed-emitter": "2.1.0",
    "winston": "3.17.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/fs-extra": "^11.0.4",
    "@types/highland": "^2.13.0",
    "@types/jest": "^29.5.14",
    "@types/klaw-sync": "^6.0.5",
    "@types/node": "^20.17.19",
    "@typescript-eslint/eslint-plugin": "^5.1.0",
    "@typescript-eslint/parser": "^5.1.0",
    "eslint": "^8.1.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-jest": "^25.2.2",
    "eslint-plugin-prettier": "^4.0.0",
    "express": "^4.17.1",
    "jest": "^29.7.0",
    "prettier": "^2.8.8",
    "ts-jest": "29.2.5",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  },
  "bugs": {
    "url": "https://github.com/ch1ller0/fridgefm-radio-core/issues"
  },
  "homepage": "http://fridgefm.com"
}
