UNPKG

yml-config-reader

Version:
40 lines (39 loc) 780 B
{ "name": "yml-config-reader", "version": "0.1.4", "description": "YAML Config Reader", "main": "index.js", "scripts": { "test": "jest --verbose --coverage" }, "repository": { "type": "git", "url": "https://github.com/prof-schnitzel/yml-config-reader.git" }, "keywords": [ "Config", "Configuration", "Settings", "Properties", "Yaml", "Yml", "Node.js", "Environment", "Environment Variables" ], "jest": { "testMatch": [ "**/test/**/*.test.js" ] }, "author": "Prof. Schnitzel", "license": "MIT", "homepage": "https://github.com/prof-schnitzel/yml-config-reader", "dependencies": { "js-yaml": "^3.14.0", "lodash": "^4.17.19" }, "devDependencies": { "jest": "^26.2.2" } }