freezerpc/app/package.json

34 lines
761 B
JSON
Raw Normal View History

2020-08-28 21:06:19 +00:00
{
"name": "freezer",
"private": true,
2021-04-16 19:17:24 +00:00
"version": "1.1.19",
2020-08-28 21:06:19 +00:00
"description": "",
"main": "background.js",
"scripts": {
"start": "electron ."
},
"author": "",
"license": "ISC",
"dependencies": {
"arg": "^4.1.3",
2021-01-25 20:00:06 +00:00
"axios": "^0.21.1",
2020-08-28 21:06:19 +00:00
"browser-id3-writer": "^4.4.0",
"chalk": "^4.1.0",
2021-01-25 20:00:06 +00:00
"cheerio": "^1.0.0-rc.5",
2020-11-20 09:20:49 +00:00
"compare-versions": "^3.6.0",
"cors": "^2.8.5",
"discord-rpc": "^3.1.4",
2020-08-28 21:06:19 +00:00
"express": "^4.17.1",
"lastfmapi": "^0.1.1",
2020-08-28 21:06:19 +00:00
"metaflac-js2": "^1.0.7",
"nedb": "^1.8.0",
2021-03-16 19:47:07 +00:00
"nodeezcryptor": "git+https://git.freezer.life/exttex/nodeezcryptor.git",
2020-08-28 21:06:19 +00:00
"sanitize-filename": "^1.6.3",
"socket.io": "^2.3.0",
"winston": "^3.3.3"
2020-08-28 21:06:19 +00:00
},
"devDependencies": {
"eslint": "^7.10.0"
}
2020-08-28 21:06:19 +00:00
}