read-ini
Version:
Read and parse INI or ENV files
45 lines (44 loc) • 930 B
JSON
{
"name": "read-ini",
"version": "1.1.1",
"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"
],
"author": {
"name": "Vitaly Tomilov",
"email": "vitaly.tomilov@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "24.6.0",
"jest": "30.2.0",
"ts-jest": "29.4.4",
"typescript": "5.9.2"
}
}