21 lines
441 B
JSON
21 lines
441 B
JSON
{
|
|
"name": "flayre-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "William Brawner <me@wbrawner.com>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.0",
|
|
"express": "^4.17.1",
|
|
"mysql": "^2.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.7.0"
|
|
},
|
|
"type": "module"
|
|
}
|