UNPKG

@sequencemedia/watch-match

Version:
72 lines (71 loc) 1.85 kB
{ "name": "@sequencemedia/watch-match", "version": "1.6.32", "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": "^7.0.3", "debug": "^4.4.1", "kill-me-now": "^0.0.40" }, "devDependencies": { "@sequencemedia/eslint-config-standard": "^0.2.69", "eslint": "^9.29.0", "globals": "^16.2.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" } }