atikin-env
Version:
Ultra-fast, zero-dependency .env loader with type safety for Node/TS. Created by: Atikin Verse.
45 lines (44 loc) • 906 B
JSON
{
"name": "atikin-env",
"version": "1.0.1",
"description": "Ultra-fast, zero-dependency .env loader with type safety for Node/TS. Created by: Atikin Verse.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "ts-node test/env-loader.test.ts",
"build": "tsc"
},
"keywords": [
"env",
"atikinenv",
"atikinaerse",
"dotenv",
"typescript",
"nodejs",
"environment-variables",
"config-loader",
"env-loader",
"type-safe-env",
"zero-dependency",
"lightweight",
"ts-env",
"auto-validation",
"ts",
"js",
"typescript-config",
"safe-env",
"secure-env-loader",
"fast-env-loader",
"atikin",
"atikin-env-config"
],
"author": "Atikin Verse",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.15.18",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}