read-ini
Version:
Read and parse INI or ENV files
47 lines (46 loc) • 960 B
JSON
{
"name": "read-ini",
"version": "1.0.0",
"description": "Read and parse INI or ENV files",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p src",
"test": "jest"
},
"files": [
"dist"
],
"homepage": "https://github.com/vitaly-t/read-ini",
"repository": {
"type": "git",
"url": "https://github.com/vitaly-t/read-ini"
},
"bugs": {
"url": "https://github.com/vitaly-t/read-ini/issues",
"email": "vitaly.tomilov@gmail.com"
},
"keywords": [
"read",
"ini",
"env",
"parse",
"reader",
"parser"
],
"author": {
"name": "Vitaly Tomilov",
"email": "vitaly.tomilov@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "24.0.7",
"jest": "30.0.3",
"ts-jest": "29.4.0",
"typescript": "5.8.3"
}
}