Add required packages
This commit is contained in:
+20
-6
@@ -1,14 +1,28 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@sinclair/typebox": "^0.34.33",
|
||||
"dotenv": "^16.5.0",
|
||||
"log": "git+https://git.pband.ch/typescript/log.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.2.15",
|
||||
"@types/node": "^22.15.30",
|
||||
"bun": "^1.2.15"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"test": "bun test"
|
||||
},
|
||||
|
||||
"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": {}
|
||||
"files": [
|
||||
"index.ts",
|
||||
"src",
|
||||
"tsconfig.json"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user