UNPKG

@tidal-music/player

Version:
81 lines 2.37 kB
{ "name": "@tidal-music/player", "version": "0.7.0", "description": "Player logic for TIDAL", "type": "module", "exports": { "import": "./dist/index.js", "legacy": "./dist/legacy/index.js", "default": "./dist/index.js" }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "ssh://git@github.com:tidal-music/tidal-sdk-web.git" }, "license": "Apache-2.0", "keywords": [ "tidal", "player" ], "contributors": [ { "name": "Jeremy Karlsson", "email": "jeremyk@tidal.com", "url": "https://tidal.com" } ], "devDependencies": { "@babel/preset-env": "7.26.9", "@babel/preset-typescript": "7.27.0", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "26.0.3", "@rollup/plugin-node-resolve": "16.0.1", "@rollup/plugin-replace": "6.0.2", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "12.1.2", "@types/chai": "5.2.1", "@types/js-levenshtein": "1.1.3", "@types/mocha": "10.0.10", "@types/node": "22.14.1", "@types/sinon": "17.0.4", "@web/dev-server-esbuild": "1.0.4", "@web/dev-server-rollup": "0.6.4", "@web/test-runner": "0.20.1", "bowser": "2.11.0", "chai": "5.2.0", "cypress": "14.3.0", "esbuild": "0.25.2", "js-levenshtein": "1.1.6", "rollup": "4.40.0", "shaka-player": "4.11.2", "sinon": "20.0.0", "typescript": "5.8.3", "vite": "6.2.6", "vite-plugin-dts": "4.5.3", "vite-plugin-package-version": "1.1.0", "vite-plugin-top-level-await": "1.5.0", "@tidal-music/auth": "^1.3.4", "@tidal-music/common": "^0.1.5", "@tidal-music/true-time": "^0.3.0" }, "scripts": { "wtr": "web-test-runner", "test": "bash ./scripts/test.sh", "build": "vite build && vite build -c vite-legacy.config.ts", "clean": "rm -rf coverage dist .eslintcache", "dev": "vite --debug --cors -c=./vite.config.ts", "lint": "eslint . --cache --cache-strategy content", "lint:ci": "eslint . --quiet", "lint:fix": "pnpm run lint --fix", "typecheck": "tsc", "internal:cypress:open": "pnpm cypress open", "internal:cypress:run": "pnpm cypress run", "cypress:open": "bash ./scripts/cypress-open.sh", "cypress:run": "bash ./scripts/cypress-run.sh" } }