UNPKG

wasdtv

Version:

WASD.tv API client

69 lines (68 loc) 1.73 kB
{ "name": "wasdtv", "version": "0.0.11", "main": "lib/wasdtv.js", "typings": "lib/wasdtv.d.ts", "module": "lib/wasdtv.esm.js", "files": [ "src", "lib", "package.json", "README.md", "LICENSE" ], "license": "MIT", "author": "sheverniskiy", "description": "WASD.tv API client", "keywords": [ "wasd", "wasdtv", "wasd api", "api", "api-client", "client", "socket", "stream" ], "repository": { "type": "git", "url": "git+https://github.com/shevernitskiy/wasdtv.git" }, "scripts": { "prebuild": "rimraf lib/*", "start": "node lib/wasdtv.js", "build": "rollup -c", "build:watch": "rollup -c -w", "prepare": "rollup -c", "lint": "eslint . --ext .ts", "test": "jest wasd.test.ts", "test:coverage": "jest --coverage wasd.test.ts", "start:playground": "npx ts-node src/playground.ts", "test:playground": "jest playground.test.ts", "release": "np patch" }, "dependencies": { "axios": "^0.27.2", "m3u8stream": "^0.8.6", "socket.io-client": "^2.4.0" }, "devDependencies": { "@types/jest": "~28.1", "@types/node": "^17.0.35", "@types/socket.io-client": "^1.4.36", "@typescript-eslint/eslint-plugin": "~5.27", "@typescript-eslint/parser": "~5.27", "debug": "^4.3.4", "eslint": "~8.17", "eslint-config-prettier": "~8.5", "eslint-plugin-jest": "~26.5", "eslint-plugin-sonarjs": "^0.13.0", "jest": "^28.1.0", "rimraf": "3.0.2", "rollup": "^2.75.0", "rollup-plugin-typescript2": "^0.32.1", "ts-jest": "^28.0.3", "ts-node": "^10.8.1", "typescript": "^4.7.2" } }