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" },