i-do-config
Version:
Provide app configuration as key-value pairs from multiple providers. Inspired by ASP.net Core
42 lines (41 loc) • 1.11 kB
JSON
{
"name": "i-do-config",
"version": "1.2.2",
"description": "Provide app configuration as key-value pairs from multiple providers. Inspired by ASP.net Core",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint --ext ts src/ test/",
"prepare": "npm run build",
"test": "mocha --require ts-node/register --reporter spec test/**/*.test.ts",
"tsc": "tsc"
},
"keywords": [
"configuration",
"config"
],
"author": "Volker Thiel <volker.thiel@merifond-new-markets.de>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MerifondNewMarkets/i-do-config.git"
},
"files": [
"dist/",
"src/",
"test/"
],
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"chai": "^4.2.0",
"eslint": "^6.0.1",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
}
}