@znode/config
Version:
Load config support .env, $ID.{yml,json,ini}
74 lines (73 loc) • 1.47 kB
JSON
{
"name": "@znode/config",
"version": "0.0.17",
"description": "Load config support .env, $ID.{yml,json,ini}",
"keywords": [
"znode",
"config"
],
"author": "zero <tobewhatwewant@gmail.com>",
"homepage": "https://github.com/zcorky/zodash#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib",
"data"
],
"jest": {
"roots": [
"__tests__"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": ".*\\.(spec|test)\\.(ts|tsx)$",
"moduleDirectories": [
"node_modules",
"src"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"coverageThreshold": {
"global": {
"branches": 40,
"functions": 60,
"lines": 60,
"statements": -30
}
},
"testTimeout": 10000
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zcorky/zodash.git"
},
"scripts": {
"build": "tsc",
"test": "jest -w 1",
"coverage": "codecov"
},
"bugs": {
"url": "https://github.com/zcorky/zodash/issues"
},
"dependencies": {
"@znode/dotenv": "^0.0.10",
"@znode/fs": "^1.0.2"
},
"gitHead": "7cd11c0c01ebbd743d7a7ecc48a8c9ee9ac6f878"
}