mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
39 lines
1,013 B
JSON
39 lines
1,013 B
JSON
{
|
|
"author": "Chrystian Huot",
|
|
"dependencies": {
|
|
"camelcase": "^6.0.0",
|
|
"chokidar": "^3.4.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"form-data": "^3.0.0",
|
|
"helmet": "^3.22.0",
|
|
"mariadb": "^2.3.1",
|
|
"mime-types": "^2.1.27",
|
|
"multer": "^1.4.2",
|
|
"mysql2": "^2.1.0",
|
|
"nodemon": "^2.0.4",
|
|
"pg": "^8.2.0",
|
|
"sequelize": "^5.21.9",
|
|
"sequelize-cli": "^5.5.1",
|
|
"sqlite3": "^4.2.0",
|
|
"uuid": "^8.0.0",
|
|
"ws": "^7.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0"
|
|
},
|
|
"license": "LICENSE",
|
|
"main": "index.js",
|
|
"name": "rdio-scanner-server",
|
|
"nodemonConfig": {
|
|
"ext": "js, json"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"migrate": "npx sequelize db:migrate --config lib/sequelize/config.js --migrations-path lib/rdio-scanner/migrations",
|
|
"start": "nodemon index"
|
|
},
|
|
"version": "4.0.0"
|
|
}
|