24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"name": "forgetmenot-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"express": "^4.17.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"passport": "^0.4.1",
|
|
"passport-jwt": "^4.0.0",
|
|
"shortid": "^2.2.15"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.12.1"
|
|
},
|
|
"scripts": {
|
|
"pretest": "eslint --ignore-path ../.gitignore .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|