@ctrl/video-filename-parser
Version:
A radarr style release name parser
59 lines (58 loc) • 1.34 kB
JSON
{
"name": "@ctrl/video-filename-parser",
"version": "5.8.0",
"description": "A radarr style release name parser",
"keywords": [
"radarr",
"release",
"scene",
"sonarr"
],
"homepage": "https://video-filename-parser.ep.workers.dev",
"license": "MIT",
"author": "Scott Cooper <scttcper@gmail.com>",
"repository": "scttcper/video-filename-parser",
"workspaces": [
"demo"
],
"files": [
"dist/src"
],
"type": "module",
"sideEffects": false,
"types": "./dist/src/index.d.ts",
"exports": "./dist/src/index.js",
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"demo:build": "pnpm run -r build",
"demo:watch": "pnpm run -r dev",
"lint": "oxlint . && oxfmt --check",
"lint:fix": "oxlint . --fix && oxfmt",
"prepare": "pnpm run build",
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest watch",
"bench": "vitest bench ./test/bench.bench.ts"
},
"devDependencies": {
"@ctrl/oxlint-config": "1.5.0",
"@sindresorhus/tsconfig": "8.1.0",
"@types/node": "25.9.1",
"oxfmt": "0.52.0",
"oxlint": "1.67.0",
"typescript": "6.0.3",
"vitest": "4.1.7"
},
"release": {
"branches": [
"master"
]
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@11.4.0"
}