UNPKG

@deeptrace/config

Version:
48 lines (47 loc) 1.24 kB
{ "name": "@deeptrace/config", "description": "Opinionated configuration helper", "version": "1.0.32-alpha.0", "main": "index.js", "publishConfig": { "access": "public" }, "keywords": [ "appify", "config", "helper", "environment", "sugar-env" ], "license": "MIT", "author": "Rafael Willians <me@rwillians.com>", "contributors": [], "homepage": "https://github.com/deeptrace/js-packages/tree/master/packages/config/#readme", "repository": { "type": "git", "url": "git+https://github.com/deeptrace/js-packages.git" }, "bugs": { "url": "https://github.com/deeptrace/js-packages/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Apackage%2Fconfig" }, "scripts": { "build": "exit 0", "lint": "standard", "lint:fix": "standard --fix", "test": "mocha test/{*,**/**}.test.js --check-leaks --exit --full-trace --recursive --throw-deprecation" }, "engines": { "node": ">= 8.6.0" }, "dependencies": { "@deeptrace/commons": "^1.0.32-alpha.0", "sinon": "^9.2.1", "sugar-env": "^1.5.13" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^8.2.0", "standard": "^16.0.1" }, "gitHead": "08ec9fc6c07f4f15c5e3e7706a5b5ffcb456b59a" }