mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
|
|
"dependencies": {
|
|
"chokidar": "^3.5.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"form-data": "^3.0.0",
|
|
"helmet": "^4.3.1",
|
|
"mariadb": "^2.5.2",
|
|
"mime-types": "^2.1.28",
|
|
"multer": "^1.4.2",
|
|
"mysql2": "^2.2.5",
|
|
"nodemon": "^2.0.6",
|
|
"pg": "^8.5.1",
|
|
"sequelize": "^6.3.5",
|
|
"sqlite3": "^5.0.0",
|
|
"umzug": "^2.3.0",
|
|
"uuid": "^8.3.2",
|
|
"ws": "^7.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.17.0",
|
|
"webpack": "^5.11.1",
|
|
"webpack-cli": "^4.3.1",
|
|
"webpack-node-externals": "^2.5.2"
|
|
},
|
|
"license": "LICENSE",
|
|
"main": "index.js",
|
|
"name": "rdio-scanner-server",
|
|
"nodemonConfig": {
|
|
"ext": "js, json",
|
|
"ignore": [
|
|
"config.json"
|
|
]
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"start": "nodemon"
|
|
},
|
|
"version": "4.9.2"
|
|
}
|