{ "name": "combine.fm", "version": "0.0.0", "repository": "https://github.com/kudos/match.audio", "license": "MIT", "scripts": { "build": "webpack --mode=production --config webpack.config.cjs && webpack --config webpack.config.server.cjs", "start": "node app.js", "worker": "node worker.js", "test": "mocha-esm test/**/*.js test/lookup.js --timeout=15000", "watch": "concurrently -k \"npm:watch-js\" \"npm:watch-server\"", "watch-js": "concurrently -k -n webpack-frontend,webpack-server \"webpack -w -d --config webpack.config.cjs\" \"webpack -w --config webpack.config.server.cjs\"", "watch-server": "nodemon -e js,vue -i node_modules -i chrome/ app.js", "watch-worker": "nodemon -e js,vue -i node_modules -i chrome/ worker.js", "initdb": "node test/initdb.js" }, "type": "module", "engines": { "node": ">=13.0.0" }, "dependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.0.0", "@babel/polyfill": "^7.8.3", "@babel/preset-env": "^7.8.3", "@babel/register": "^7.0.0", "@sentry/node": "^5.11.1", "apple-music-jwt": "^0.2.0", "babel-loader": "^8.0.6", "bluebird": "^3.7.2", "bulma": "^0.8.0", "co": "~4.6.0", "css-loader": "^3.4.2", "debug": "^4.1.1", "ejs": "^3.0.1", "file-loader": "^5.0.2", "iso8601-duration": "^1.1.1", "kcors": "^2.2.1", "koa": "^2.11.0", "koa-bodyparser": "^4.2.0", "koa-compress": "~3.0.0", "koa-favicon": "~2.0.1", "koa-logger": "~3.2.1", "koa-route": "~3.2.0", "koa-static": "^5.0.0", "koa-views": "^6.1.4", "kue": "^0.11.6", "mini-css-extract-plugin": "^0.9.0", "mocha-esm": "^1.1.1", "node-sass": "^4.13.0", "nodebrainz": "^2.1.1", "pg": "^7.17.1", "playmusic": "^2.3.0", "sass-loader": "^8.0.2", "sequelize": "^5.21.3", "sequelize-cli-esm": "^5.0.6", "spotify-web-api-node": "^4.0.0", "superagent": "^5.2.1", "vue": "^2.6.11", "vue-loader": "^15.8.3", "vue-router": "^3.1.5", "vue-server-renderer": "^2.6.11", "vue-template-compiler": "^2.6.11", "vuex": "^3.1.2", "vuex-router-sync": "^5.0.0", "webpack": "^4.41.5", "webpack-cli": "^3.1.2", "webpack-stats-plugin": "^0.3.1" }, "devDependencies": { "concurrently": "^5.0.2", "eslint": "^5.15.1", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.20.0", "istanbul": "^0.4.0", "mocha": "^7.0.0", "nodemon": "^2.0.2", "should": "^13.2.1" } }