UNPKG

env-create

Version:

Read in a .env.json file that contains valid JSON and assign top level properties to environment variables

45 lines (44 loc) 984 B
{ "name": "env-create", "version": "1.1.4", "description": "Read in a .env.json file that contains valid JSON and assign top level properties to environment variables", "repository": { "type": "git", "url": "https://github.com/Rolias/env-create.git" }, "main": "lib/main.js", "scripts": { "start": "node lib/main.js", "test": "nyc --reporter=text mocha --use_strict \"lib/**/*.test.js\" ", "lint": "eslint lib --color", "build": "npm test && git add -A && npm version patch && npm publish " }, "author": "Tod Gentille", "license": "MIT", "keywords": [ "dotenv", "env", ".env", ".env.json", "environment", "variables", "json", "jason", "load", "create", "config", "auth", "secrets", "load" ], "devDependencies": { "chai": "^4.3.4", "eslint": "^7.27.0", "mocha": "^9.2.1", "nyc": "^15.1.0", "sinon": "^11.1.1" }, "engines": { "node": ">=6" } }