@willsoto/node-konfig-core
Version:
Core configuration pacakge supporting file, static and environment variables
34 lines (33 loc) • 773 B
JSON
{
"name": "@willsoto/node-konfig-core",
"version": "6.0.0",
"description": "Core configuration pacakge supporting file, static and environment variables",
"keywords": [
"config",
"configuration",
"configuration-management",
"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"
},
"dependencies": {
"cockatiel": "3.2.1"
}
}