{ "name": "music-meta-finder", "version": "1.0.0", "description": "A CLI tool to automatically recognize tracks and enrich file metadata based on the fetched information.", "main": "cli.js", "bin": { "music-meta-finder": "cli.js" }, "dependencies": { "@jest/globals": "^29.7.0", "axios": "^1.6.8", "axios-retry": "^4.1.0", "dotenv": "^16.4.5", "ffmetadata": "^1.7.0", "fpcalc": "^1.3.0", "mime-types": "^2.1.35", "nock": "^13.5.4" }, "devDependencies": { "@eslint/eslintrc": "^3.0.2", "@eslint/js": "^9.0.0", "chai": "^5.1.1", "chai-as-promised": "^8.0.0", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "esmock": "^2.6.6", "globals": "^15.0.0", "mocha": "^10.5.2", "sinon": "^18.0.0" }, "scripts": { "test": "mocha --exit --es-module-specifier-resolution=node --experimental-modules --loader=esmock test/**/*.test.js", "lint": "eslint . --fix", "analyze": "node --env-file .env cli.js" }, "type": "module" }