deemix-web-frontend/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2021-10-19 09:22:31 +02:00
{
"name": "deemix-web-frontend",
"version": "1.0.0",
"description": "a dumb frontend for just getting some got damned songs",
2021-10-23 12:57:36 +02:00
"main": "dist/index.js",
2021-10-19 09:22:31 +02:00
"scripts": {
2021-10-23 12:57:36 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
"quickrun": "tsc && node dist/index.js",
"build": "tsc"
2021-10-19 09:22:31 +02:00
},
"repository": {
"type": "git",
"url": "http://git.oat.zone/oat/deemix-web-frontend.git"
},
"keywords": [
"deemix",
"piracy"
],
"author": "oatmealine",
"license": "AGPL-3.0",
"dependencies": {
"deemix": "git+https://git.freezer.life/RemixDev/deemix-js",
"deezer-js": "^1.2.4",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-ws": "^5.0.2",
2021-10-20 20:08:41 +02:00
"timeago.js": "^4.0.2",
2021-10-21 18:27:00 +02:00
"toml": "^3.0.0",
2021-10-21 20:21:51 +02:00
"winston": "^3.3.3",
2021-10-19 09:22:31 +02:00
"ws": "^8.2.3"
},
"optionalDependencies": {
"bufferutil": "^4.0.5",
"utf-8-validate": "^5.0.7"
2021-10-23 12:57:36 +02:00
},
"devDependencies": {
"typescript": "^4.4.4",
"@types/express": "^4.17.13",
"@types/express-ws": "^3.0.1",
"@types/ws": "^8.2.0"
2021-10-19 09:22:31 +02:00
}
}