From ea476a0ea032f2164d21267b1de7a61888a14113 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Wed, 15 May 2024 10:36:26 +0200 Subject: [PATCH] Clean package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index bc726e4..f605848 100644 --- a/package.json +++ b/package.json @@ -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 ", + "module": "index.ts", "type": "module", "files": ["index.ts"], + "scripts": { "test": "bun test" }, + "dependencies": { "result": "git+git@git.pband.ch:typescript/result.git" },