Clean package.json
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2024-05-15 10:36:26 +02:00
parent 1401ad256a
commit ea476a0ea0
+6
View File
@@ -1,12 +1,18 @@
{
"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"],
"scripts": {
"test": "bun test"
},
"dependencies": {
"result": "git+git@git.pband.ch:typescript/result.git"
},