{
  "name": "@sequencemedia/watch-match",
  "version": "1.6.67",
  "description": "Watch files and transform their content",
  "keywords": [
    "watch",
    "match",
    "music",
    "library",
    "xml",
    "parser",
    "music",
    "audio",
    "video",
    "track",
    "playlist",
    "json",
    "m3u",
    "m3u8"
  ],
  "main": "./src/index.mjs",
  "type": "module",
  "author": {
    "name": "Jonathan Perry for Sequence Media Limited",
    "email": "sequencemedia@sequencemedia.net",
    "url": "https://sequencemedia.net"
  },
  "license": "ISC",
  "engines": {
    "node": ">=22.11.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sequencemedia/watch-match.git"
  },
  "homepage": "https://github.com/sequencemedia/watch-match#readme",
  "bugs": {
    "url": "https://github.com/sequencemedia/watch-match/issues"
  },
  "scripts": {
    "kill-me-now": "cross-env NODE_OPTIONS=\"--no-warnings\" NODE_ENV=production node kill-me-now.mjs",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "husky",
    "start": "cross-env NODE_OPTIONS=\"--no-warnings\" NODE_ENV=production node app.mjs",
    "start:dev": "cross-env NODE_OPTIONS=\"--no-warnings\" NODE_ENV=development node app.mjs"
  },
  "dependencies": {
    "chokidar": "^4.0.3",
    "commander": "^14.0.0",
    "cross-env": "^10.0.0",
    "debug": "^4.4.1",
    "kill-me-now": "^0.0.73"
  },
  "devDependencies": {
    "@sequencemedia/eslint-config-standard": "^0.2.75",
    "eslint": "^9.32.0",
    "globals": "^16.3.0",
    "husky": "^9.1.7"
  },
  "imports": {
    "#debug": "./src/debug.mjs",
    "#watch-match": "./src/index.mjs",
    "#watch-match/normalise": "./src/normalise.mjs",
    "#where-am-i": "./where-am-i.mjs"
  },
  "exports": {
    ".": "./src/index.mjs",
    "./normalise": "./src/normalise.mjs"
  }
}
