init repo

This commit is contained in:
2025-06-08 16:34:57 +02:00
commit c39c5a737d
4 changed files with 55 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "config",
"description": "Parse env to create a configuration from a description",
"version": "1.0.0",
"author": "Pascal Perrenoud <pascal@pband.ch>",
"module": "index.ts",
"type": "module",
"files": ["index.ts", "src", "tsconfig.json"],
"dependencies": {}
}