You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
812 B
31 lines
812 B
{ |
|
"name": "suivi-loot-wow-api", |
|
"version": "1.0.0", |
|
"description": "Api for suivi-loot-wow frontend", |
|
"main": "server.js", |
|
"type": "module", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"dev": "nodemon server.js", |
|
"build": "NODE_ENV=production webpack --mode=production --progress" |
|
}, |
|
"author": "Shalma <sebcas@yahoo.fr>", |
|
"license": "ISC", |
|
"dependencies": { |
|
"@fastify/cors": "^9.0.1", |
|
"bcryptjs": "^2.4.3", |
|
"fastify": "^4.28.1", |
|
"jsonwebtoken": "^9.0.2", |
|
"luxon": "^3.4.4", |
|
"sequelize": "^6.37.3", |
|
"sqlite3": "^5.1.7", |
|
"winston": "^3.13.1" |
|
}, |
|
"devDependencies": { |
|
"nodemon": "^3.1.4", |
|
"sequelize-cli": "^6.6.2", |
|
"webpack": "^5.93.0", |
|
"webpack-cli": "^5.1.4", |
|
"webpack-node-externals": "^3.0.0" |
|
} |
|
}
|
|
|