32 lines
669 B
JSON
32 lines
669 B
JSON
{
|
|
"name": "forgetmenot-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.792.0",
|
|
"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": {
|
|
"chai": "^4.2.0",
|
|
"chai-http": "^4.3.0",
|
|
"eslint": "^7.12.1",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"faker": "^5.1.0",
|
|
"mocha": "^8.2.1",
|
|
"prettier": "^2.1.2"
|
|
},
|
|
"scripts": {
|
|
"pretest": "eslint --ignore-path ../.gitignore .",
|
|
"test": "mocha",
|
|
"format": "prettier --write \"**/*.{js,json,md,yml}\""
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|