Files
config/package.json
T
2025-08-14 17:31:04 +02:00

32 lines
760 B
JSON

{
"dependencies": {
"@sinclair/typebox": "^0.34.33",
"log": "git+https://git.pband.ch/typescript/log.git",
"zod": "^3.25.60"
},
"devDependencies": {
"@types/bun": "^1.2.15",
"@types/node": "^22.15.30",
"@types/tmp": "^0.2.6",
"bun": "^1.2.15",
"logger-console": "git+https://git.pband.ch/typescript/logger-console.git",
"tmp": "^0.2.3",
"typescript": "^5.8.3"
},
"scripts": {
"test": "bun test",
"check": "tsc --noEmit"
},
"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"
]
}