@ambassify/load-env
Version:
Helper for environment variables in node.
36 lines (35 loc) • 875 B
JSON
{
"name": "@ambassify/load-env",
"version": "2.0.1",
"description": "Helper for environment variables in node.",
"main": "index.js",
"scripts": {
"test": "npm -s run test:lint && npm -s run test:unit",
"test:lint": "eslint parsers index.js with-prefix.js test",
"test:unit": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambassify/load-env.git"
},
"keywords": [
"environment",
"node_env",
"env"
],
"author": "Ambassify <dev@ambassify.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ambassify/load-env/issues"
},
"homepage": "https://github.com/ambassify/load-env#readme",
"dependencies": {
"@ambassify/json-parse-safe": "^1.0.0",
"caller-id": "^0.1.0"
},
"devDependencies": {
"eslint": "^5.1.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2"
}
}