{
  "name": "spark-chzzk",
  "version": "0.9.4",
  "description": "An unofficial API wrapper for chzzk, Naver streaming service.",
  "main": "dist/index.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc && swc src --out-dir dist --source-maps",
    "lint": "eslint src --ext .ts",
    "prepublishOnly": "npm run build"
  },
  "author": {
    "name": "Helloyunho",
    "url": "https://helloyunho.xyz",
    "email": "me@helloyunho.xyz"
  },
  "dependencies": {
    "isomorphic-ws": "^5.0.0",
    "ws": "^8.15.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Helloyunho/spark.git"
  },
  "devDependencies": {
    "@swc/cli": "^0.1.63",
    "@swc/core": "^1.3.101",
    "@swc/plugin-transform-imports": "^1.5.108",
    "@types/node": "^20.10.5",
    "@typescript-eslint/eslint-plugin": "^6.4.0",
    "eslint": "^8.0.1",
    "eslint-config-standard-with-typescript": "^43.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    "eslint-plugin-promise": "^6.0.0",
    "swc-plugin-transform-exports": "^1.5.109",
    "typed-emitter": "^2.1.0",
    "typescript": "*"
  }
}
