UNPKG

mikro-config

Version:

tiny node config wrapper for plain JS configuration files

63 lines (62 loc) 1.46 kB
{ "name": "mikro-config", "version": "2.0.3", "description": "tiny node config wrapper for plain JS configuration files", "main": "dist/index.js", "typings": "dist/index.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/B4nan/mikro-config.git" }, "keywords": [ "config", "node", "es6", "ts", "typescript", "micro", "mikro", "configuration" ], "author": "Martin Adámek", "license": "MIT", "bugs": { "url": "https://github.com/B4nan/mikro-config/issues" }, "homepage": "https://github.com/B4nan/mikro-config#readme", "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/tests/.*\\.(test|spec))\\.(js|ts)$", "moduleFileExtensions": [ "ts", "js", "json" ], "collectCoverage": true, "collectCoverageFrom": [ "lib/**/*.ts" ] }, "scripts": { "build": "tsc", "test": "node node_modules/.bin/jest --runInBand", "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls", "lint": "tslint -c tslint.json -p tsconfig.json" }, "dependencies": { "lodash": "^4.17.15" }, "devDependencies": { "@types/jest": "^24.0.23", "@types/lodash": "^4.14.149", "@types/node": "^12.12.11", "coveralls": "^3.0.7", "jest": "^24.9.0", "typescript": "^3.3.0", "ts-jest": "^24.1.0", "ts-node": "^8.5.2", "tslint": "^5.20.1" } }