the beginning of the idiots
This commit is contained in:
51
qwen/nodejs/package.json
Normal file
51
qwen/nodejs/package.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "moh-portal",
|
||||
"version": "1.0.0",
|
||||
"description": "MerchantsOfHope.org recruiting platform for TSYS Group",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"dev": "nodemon index.js",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"keywords": [
|
||||
"recruiting",
|
||||
"job-platform",
|
||||
"multi-tenant",
|
||||
"oidc"
|
||||
],
|
||||
"author": "TSYS Group",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"dotenv": "^16.3.1",
|
||||
"cors": "^2.8.5",
|
||||
"helmet": "^7.0.0",
|
||||
"express-rate-limit": "^6.10.0",
|
||||
"joi": "^17.9.2",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"pg": "^8.11.2",
|
||||
"sequelize": "^6.32.1",
|
||||
"passport": "^0.6.0",
|
||||
"passport-jwt": "^4.0.1",
|
||||
"passport-local": "^1.0.0",
|
||||
"express-session": "^1.17.3",
|
||||
"connect-session-sequelize": "^7.1.7",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"uuid": "^9.0.0",
|
||||
"axios": "^1.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1",
|
||||
"jest": "^29.6.2",
|
||||
"supertest": "^6.3.3",
|
||||
"eslint": "^8.47.0",
|
||||
"@babel/core": "^7.22.10",
|
||||
"@babel/preset-env": "^7.22.10",
|
||||
"babel-jest": "^29.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user