chore: code cleanup

This commit is contained in:
Alexis Tyler
2020-11-30 20:55:16 +10:30
parent fe99e9a83b
commit 910f3ccf4f
7 changed files with 84 additions and 156 deletions
+9 -5
View File
@@ -6,7 +6,7 @@
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",
"license": "UNLICENSED",
"scripts": {
"build": "tsc",
"build": "npx tsup ./app/index.ts",
"bundle-dependencies": "bundle-dependencies update",
"copy-schemas": "cpx app/**/*.graphql dist",
"clean": "modclean --no-progress --run --path .",
@@ -59,6 +59,7 @@
"dl-tgz": "^0.7.1",
"dockerode": "^3.2.1",
"dot-prop": "^6.0.0",
"dotenv": "^8.2.0",
"execa": "^4.1.0",
"express": "^4.17.1",
"express-list-endpoints": "^5.0.0",
@@ -103,7 +104,7 @@
"pretty-ms": "^7.0.1",
"redact-secrets": "OmgImAlexis/redact-secrets#master",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"request-promise-native": "^1.0.9",
"semver": "^7.3.2",
"sendmail": "^1.6.1",
"set-interval-async": "^1.0.33",
@@ -112,6 +113,7 @@
"subscriptions-transport-ws": "^0.9.18",
"systeminformation": "^4.29.3",
"tracer": "^1.1.4",
"unix-dgram": "^2.0.3",
"upcast": "^4.0.0",
"uuid": "^8.3.1",
"uuid-apikey": "^1.5.1"
@@ -137,7 +139,6 @@
"standard-version": "^9.0.0",
"supertest": "^6.0.1",
"ts-node": "9.0.0",
"tsup": "2.0.3",
"typescript": "4.0.3",
"typescript-coverage-report": "^0.1.3",
"xo": "0.33.1"
@@ -188,6 +189,7 @@
"dl-tgz",
"dockerode",
"dot-prop",
"dotenv",
"execa",
"express",
"express-list-endpoints",
@@ -207,6 +209,7 @@
"htpasswd-js",
"ini",
"lodash.get",
"logger",
"map-obj",
"merge-graphql-schemas",
"micromongo",
@@ -231,7 +234,7 @@
"pretty-ms",
"redact-secrets",
"request",
"request-promise",
"request-promise-native",
"semver",
"sendmail",
"set-interval-async",
@@ -240,8 +243,9 @@
"subscriptions-transport-ws",
"systeminformation",
"tracer",
"unix-dgram",
"upcast",
"uuid",
"uuid-apikey"
]
}
}