UNPKG

@willsoto/node-konfig-file

Version:

Node Konfig integration for Files

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