diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-11 12:59:23 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-11 12:59:23 +0200 |
commit | 108b469cbb09f911c9a52d4134a504d9b51ac30d (patch) | |
tree | 309763642bf53b4adecf20bfd09047715f572c39 /packages/server/package.json | |
parent | 3eb8757b8db81476782870d460e3d856907186a7 (diff) |
Implemented gpg signed commit support
Diffstat (limited to 'packages/server/package.json')
-rw-r--r-- | packages/server/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/server/package.json b/packages/server/package.json index a29aecc..8ffb19b 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -14,6 +14,7 @@ "fastify-static": "^4.2.2", "js-yaml": "^4.1.0", "nodegit": "^0.27.0", + "openpgp": "^5.0.0-5", "tar-stream": "^2.2.0", "whatwg-url": "^9.0.0" }, @@ -25,6 +26,7 @@ "@types/whatwg-url": "^8.2.0", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", + "api": "^1.0.0", "eslint": "^7.31.0", "eslint-config-base": " ^1.0.0", "eslint-config-standard": "^16.0.3", @@ -33,7 +35,6 @@ "eslint-plugin-promise": "^5.1.0", "eslint-plugin-tsdoc": "^0.2.14", "nodemon": "^2.0.12", - "api": "^1.0.0", "ts-node": "^10.1.0", "typescript": "^4.3.2" } |