envsafe-lite
Version:
Lightweight, type-safe environment variable parser for Node.js with zero dependencies.
45 lines (44 loc) • 991 B
JSON
{
"name": "envsafe-lite",
"version": "1.0.5",
"description": "Lightweight, type-safe environment variable parser for Node.js with zero dependencies.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"env",
"dotenv",
"envsafe",
"config",
"typescript",
"validation",
"safe-env"
],
"author": "Dilakshan Kamalathasan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dilaksh06/envsafe-lite.git"
},
"homepage": "https://github.com/dilaksh06/envsafe-lite#readme",
"bugs": {
"url": "https://github.com/dilaksh06/envsafe-lite/issues"
},
"scripts": {
"test": "vitest run",
"build": "tsc",
"clean": "rimraf dist",
"dev": "tsc --watch"
},
"files": [
"dist",
"README.md",
"ROADMAP.md"
],
"devDependencies": {
"@types/node": "^24.0.3",
"rimraf": "^6.0.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}