Skip to content

Commit

Permalink
test build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Jun 10, 2024
1 parent f966531 commit 9b2a334
Show file tree
Hide file tree
Showing 2 changed files with 570 additions and 263 deletions.
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"test:notificationSettingRepository": "NODE_ENV=test mocha -t 30000 --exit -r ts-node/register ./test/pre-test-scripts.ts ./src/repositories/notificationSettingRepository.test.ts ",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"prettify": "prettier --write '**/*.ts*'",
"db:migrate:run:local": "NODE_ENV=development npx typeorm-ts-node-commonjs migration:run -d ./src/dataSource.ts ",
"db:migrate:run:staging": "NODE_ENV=staging npx typeorm-ts-node-esm migration:run -d ./src/dataSource.ts ",
"db:migrate:revert:local": "NODE_ENV=development npx typeorm-ts-node-esm migration:revert -d ./src/dataSource.ts ",
Expand All @@ -29,15 +28,13 @@
"license": "ISC",
"husky": {
"hooks": {
"pre-commit": "npm run prettify && npm run lint"
"pre-commit": "npm run lint"
}
},
"dependencies": {
"@adminjs/express": "4.1.0",
"@adminjs/typeorm": "3.0.0",
"@types/analytics-node": "^3.1.9",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.10",
"@solana/web3.js": "^1.87.6",
"adminjs": "5.10.0",
"axios": "0.27.2",
"body-parser": "^1.20.0",
Expand All @@ -50,41 +47,46 @@
"express": "4.17.3",
"express-formidable": "1.2.0",
"express-session": "1.17.2",
"ioredis": "^4.28.5",
"ioredis": "5.4.1",
"joi": "17.6.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"pg": "8.5.1",
"reflect-metadata": "0.1.13",
"segment-analytics-node": "^1.0.24",
"@solana/web3.js": "^1.87.6",
"swagger-ui-express": "4.3.0",
"tsoa": "3.14.1",
"typeorm": "0.4.0-alpha.1"
"typeorm": "0.3.18"
},
"devDependencies": {
"@types/analytics-node": "^3.1.9",
"@types/axios": "^0.14.0",
"@types/bcrypt": "^5.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/bunyan": "^1.8.8",
"@types/chai": "^4.3.1",
"@types/cors": "^2.8.10",
"@types/express": "4.17.13",
"@types/express-session": "^1.17.4",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^8.5.8",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.10",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"chai": "^4.3.6",
"eslint": "8.10.0",
"eslint-config-prettier": "8.5.0",
"husky": "7.0.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "9.0.11",
"mocha": "9.2.2",
"pgtools": "^0.3.2",
"prettier": "2.5.1",
"prettier": "3.3.1",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^4.5.2"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 9b2a334

Please sign in to comment.