24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"name": "flayre-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"dev": "nodemon server/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "William Brawner <me@wbrawner.com>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-basic-auth": "^1.2.0",
|
|
"mysql": "^2.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.7.0",
|
|
"nodemon": "^2.0.4"
|
|
}
|
|
}
|