UNPKG

syncfm.ts

Version:
74 lines 1.99 kB
{ "name": "syncfm.ts", "version": "1.5.0", "description": "TypeScript API for sync.fm", "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", "bin": { "syncfm": "./dist/server.js" }, "scripts": { "start": "node dist/server.js", "build": "rm -rf ./dist && tsc --build --verbose --diagnostics && tsc-alias", "test": "bunx @dotenvx/dotenvx run -f .env -- vitest run", "lint": "eslint . --ext .ts", "dev": "bunx @dotenvx/dotenvx run -f .env -- bun --watch src/server.ts", "prepack": "bun run paths:real && bun run build", "paths:real": "sh ./scripts/use-real-paths.sh", "paths:dev": "sh ./scripts/use-dev-paths.sh" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/sync-fm/syncfm.ts.git" }, "keywords": [ "music", "typescript", "library", "data-processing", "data-migration" ], "author": "fishylunar", "license": "MIT", "bugs": { "url": "https://github.com/sync-fm/syncfm.ts/issues" }, "homepage": "https://github.com/sync-fm/syncfm.ts#readme", "dependencies": { "@eslint/js": "^9.38.0", "@spotify/web-api-ts-sdk": "^1.2.0", "@supabase/supabase-js": "^2.76.1", "@syncfm/applemusic-api": "^0.0.4", "@syncfm/ytmusic-api": "^5.3.2", "@types/express": "^5.0.5", "@types/node": "^22.18.12", "axios": "^1.13.0", "eslint": "^9.38.0", "express": "^5.1.0", "tsc-alias": "^1.8.16", "typescript": "^5.9.3", "typescript-eslint": "^8.46.2", "youtube.ts": "^0.3.5" }, "devDependencies": { "@biomejs/biome": "^2.3.5", "@types/supertest": "^6.0.3", "@vitest/coverage-v8": "^3.2.4", "globals": "^16.4.0", "supertest": "^7.1.4", "ts-proto": "^2.8.1", "vitest": "^3.2.4", "vitest-mock-extended": "^3.1.0" } }