mirror of
https://github.com/jlengrand/adyen-web-demo.git
synced 2026-03-10 08:01:24 +00:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "adyen-demo-server",
|
|
"version": "1.0.0",
|
|
"description": "Adyen Demo Back End",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "ts-mocha -p ./tsconfig.json ./test/**/*.ts --exit",
|
|
"start": "node ."
|
|
},
|
|
"author": "Mike Ossig & Hernán Chalco",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/validator": "^13.7.1",
|
|
"bcrypt": "^5.0.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jwt-decode": "^3.1.2",
|
|
"local": "^0.3.3",
|
|
"mongoose": "^6.2.4",
|
|
"passport": "^0.5.2",
|
|
"passport-jwt": "^4.0.0",
|
|
"passport-local": "^1.0.0",
|
|
"request": "^2.88.2",
|
|
"request-promise": "^4.2.6",
|
|
"validator": "^13.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/chai": "^4.3.0",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/expect": "^24.3.0",
|
|
"@types/express": "^4.17.13",
|
|
"@types/express-serve-static-core": "^4.17.28",
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/mongoose": "^5.11.97",
|
|
"@types/passport": "^1.0.7",
|
|
"@types/passport-jwt": "^3.0.6",
|
|
"@types/passport-local": "^1.0.34",
|
|
"@types/request-promise": "^4.1.48",
|
|
"chai": "^4.3.6",
|
|
"chai-http": "^4.3.0",
|
|
"mocha": "^9.2.2",
|
|
"prettier": "^2.5.1",
|
|
"ts-mocha": "^9.0.2",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.2"
|
|
}
|
|
}
|