rdio-scanner/server/package.json
2020-11-14 10:32:23 -05:00

44 lines
1 KiB
JSON

{
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
"dependencies": {
"chokidar": "^3.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"form-data": "^3.0.0",
"helmet": "^4.2.0",
"mariadb": "^2.5.1",
"mime-types": "^2.1.27",
"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.1",
"ws": "^7.4.0"
},
"devDependencies": {
"eslint": "^7.13.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"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.8.2"
}