diff --git a/package.json b/package.json index 118f416..bc71b2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,10 @@ { "name": "log", "description": "log library with logger and writers", + "version": "1.0.0", + + "author": "Pascal Perrenoud ", + "module": "index.ts", "type": "module", "files": ["index.ts"],