UNPKG

@willsoto/node-konfig-file

Version:

Node Konfig integration for Files

42 lines 915 B
{ "name": "@willsoto/node-konfig-file", "version": "3.0.0", "description": "Node Konfig integration for Files", "keywords": [ "config", "configuration", "yaml", "toml", "json", "configuration-management", "http", "fetch" ], "license": "Apache-2.0", "author": "Will Soto <willsoto@users.noreply.github.com> (https://github.com/willsoto)", "type": "module", "exports": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "README.md", "LICENSE", "dist" ], "devDependencies": { "@node-konfig/internal": "0.1.0", "@willsoto/node-konfig-core": "5.0.0" }, "peerDependencies": { "@willsoto/node-konfig-core": "^5.0.0" }, "volta": { "extends": "../../package.json" }, "scripts": { "build": "tsc", "clean": "rimraf dist", "test": "ava", "test:coverage": "c8 ava", "test:watch": "ava --watch" } }