@chix/config
Version:
Configuration File Handler
25 lines • 505 B
JSON
{
"name": "@chix/config",
"version": "2.9.14",
"description": "Configuration File Handler",
"keywords": [
"chix",
"config",
"configuration"
],
"repository": {
"type": "git",
"url": "git://gitlab.com/chixio/chix.git"
},
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"clean": "rimraf lib/",
"lint": "tslint src/**/*.ts e2e/**/*.ts --fix"
},
"dependencies": {
"fs-extra": "^8.1.0",
"lodash": "^4.17.15"
}
}