UNPKG

confit

Version:

Environment-aware configuration.

58 lines (57 loc) 1.13 kB
{ "name": "confit", "version": "3.1.0", "description": "Environment-aware configuration.", "main": "index.js", "engines": { "node": ">=16" }, "files": [ "index.js", "lib/" ], "directories": { "test": "test" }, "scripts": { "cover": "nyc tap test/**/*-test.js && nyc report -r html", "test": "tap test/**/*-test.js" }, "repository": { "type": "git", "url": "git://github.com/krakenjs/confit.git" }, "keywords": [ "application", "config", "configuration" ], "author": "Erik Toth <totherik@gmail.com>", "licenses": [ { "type": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "readmeFilename": "README.md", "devDependencies": { "@tapjs/synonyms": "^1.1.19", "glob": "^7.1.6", "jshint": "^2.11.0", "nyc": "^15.1.0", "tap": "^18.7.0" }, "dependencies": { "async": "^2.6.3", "caller": "^1.0.1", "minimist": "^1.2.5", "shortstop": "^1.1.0", "shortstop-handlers": "^1.0.1", "shush": "^1.0.0" }, "tap": { "plugin": [ "@tapjs/synonyms" ] } }