{
    "name": "@eyjs/env",
    "version": "1.0.0",
    "description": "Environment configuration service for EyJS framework",
    "main": "index.ts",
    "type": "module",
    "scripts": {
        "build": "tsc",
        "dev": "tsc --watch",
        "test": "bun test"
    },
    "keywords": [
        "environment",
        "config",
        "dotenv",
        "configuration",
        "typescript",
        "eyjs"
    ],
    "author": "EyJS Team",
    "license": "MIT",
    "dependencies": {
        "dotenv": "^16.0.0",
        "dotenv-expand": "^11.0.0"
    },
    "devDependencies": {
        "@types/node": "^20.0.0",
        "typescript": "^5.0.0"
    }
}