Files
config/package.json
T
2025-06-08 16:34:57 +02:00

15 lines
289 B
JSON

{
"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": {}
}