{ "name": "webstreamr", "description": "Provides HTTP URLs from streaming websites.", "version": "0.4.1", "type": "commonjs", "scripts": { "analyse": "tsc --noEmit", "build": "rm -rf ./dist && tsc", "dev": "nodemon src/index.ts", "lint": "eslint", "lint:fix": "eslint --fix", "start": "node dist/index.js", "test": "jest", "ci": "npm run lint && npm run analyse && npm run test" }, "repository": { "type": "git", "url": "https://github.com/webstreamr/webstreamr.git" }, "keywords": [ "stremio", "stream" ], "author": "WebStreamr", "license": "MIT", "bugs": { "url": "https://github.com/webstreamr/webstreamr/issues" }, "engines": { "node": "^22.0.0" }, "dependencies": { "cheerio": "^1.0.0", "express": "^5.1.0", "make-fetch-happen": "^14.0.3", "slugify": "^1.6.6", "unpacker": "^1.0.1" }, "devDependencies": { "@eslint/js": "^9.26.0", "@stylistic/eslint-plugin": "^4.2.0", "@types/express": "^5.0.1", "@types/jest": "^29.5.14", "@types/make-fetch-happen": "^10.0.4", "@types/node": "^22.15.3", "@types/stremio-addon-sdk": "^1.6.11", "babel-jest": "^29.7.0", "eslint": "^9.26.0", "jest": "^29.7.0", "nodemon": "^3.1.10", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3", "typescript-eslint": "^8.31.1" }, "private": true }