Skip to content

Commit

Permalink
Cleanup unused files and imports (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay288 authored Dec 1, 2022
1 parent 993dc1e commit f0fb94a
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 8,018 deletions.
7 changes: 0 additions & 7 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"postbuild": "mkdir -p dist/suricata_setup/generics/scripts && cp -R src/suricata_setup/generics/scripts dist/suricata_setup/generics/",
"watch": "tsc -w",
"dev": "NODE_ENV=development nodemon -r tsconfig-paths/register src/index.ts",
"dev-jobs": "NODE_ENV=development nodemon -r tsconfig-paths/register src/jobs.ts",
Expand All @@ -28,16 +27,11 @@
"license": "ISC",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@aws-sdk/client-ec2": "^3.142.0",
"@aws-sdk/client-pricing": "^3.142.0",
"@google-cloud/compute": "^3.4.0",
"@leoscope/openapi-request-validator": "^1.0.0",
"@leoscope/openapi-response-validator": "^1.0.2",
"@metlo/testing": "^0.0.3",
"@types/async-retry": "^1.4.4",
"@types/ssh2": "^1.11.5",
"async-retry": "^1.3.3",
"aws-sdk": "^2.1189.0",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"cluster": "^0.7.7",
Expand All @@ -54,7 +48,6 @@
"luxon": "^3.0.3",
"multer": "^1.4.5-lts.1",
"node-schedule": "^2.1.0",
"node-ssh": "^13.0.0",
"openapi-schema-validator": "^12.0.0",
"openapi-types": "^12.0.0",
"parse-multipart-data": "^1.4.0",
Expand Down
166 changes: 0 additions & 166 deletions backend/src/api/connections/index.ts

This file was deleted.

170 changes: 0 additions & 170 deletions backend/src/api/setup/index.ts

This file was deleted.

Loading

0 comments on commit f0fb94a

Please sign in to comment.