Merge branch 'main' of http://100.98.123.59:3000/sami7777/dashcaddy
# Conflicts: # dashcaddy-api/.license-counter # dashcaddy-api/__tests__/docker-security.test.js
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
"start": "node server.js",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:coverage": "jest --coverage"
|
||||
"test:coverage": "jest --coverage",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "prettier --write '**/*.{js,json,md}'"
|
||||
},
|
||||
"dependencies": {
|
||||
"compression": "^1.8.1",
|
||||
@@ -26,7 +29,9 @@
|
||||
"validator": "^13.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.1",
|
||||
"jest": "^29.7.0",
|
||||
"prettier": "^3.8.1",
|
||||
"supertest": "^6.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user