Unify package.json
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
2024-05-21 16:09:33 +02:00
parent a261e2b577
commit baa748cb3e
+8 -2
View File
@@ -1,15 +1,21 @@
{
"name": "crypto-server",
"description": "Various crypto utils that only works on the server side",
"version": "1.0.0",
"author": "Pascal Perrenoud <pascal@pband.ch>",
"module": "index.ts",
"type": "module",
"files": ["index.ts"],
"files": ["index.ts", "src"],
"scripts": {
"test": "bun test"
},
"dependencies": {
"jose": "^5.3.0",
"result": "git+git@git.pband.ch:typescript/result.git"
"log": "git+https://git.pband.ch/typescript/log.git"
},
"devDependencies": {
"@types/bun": "^1.1.2"