UNPKG

@cubejs-backend/dotenv

Version:

Loads environment variables from .env file

55 lines (54 loc) 1.15 kB
{ "name": "@cubejs-backend/dotenv", "version": "9.0.2", "description": "Loads environment variables from .env file", "main": "lib/main.js", "types": "types", "scripts": { "flow": "flow", "dtslint": "dtslint types", "lint": "standard", "postlint": "standard-markdown", "pretest": "npm run lint && npm run dtslint", "test": "tap tests/*.js --100", "prerelease": "npm test", "release": "standard-version" }, "repository": { "type": "git", "url": "git://github.com/cube-js/dotenv.git" }, "keywords": [ "dotenv", "env", ".env", "environment", "variables", "config", "settings" ], "readmeFilename": "README.md", "license": "BSD-2-Clause", "devDependencies": { "decache": "^4.5.1", "dtslint": "^3.6.7", "flow-bin": "^0.109.0", "sinon": "^7.5.0", "standard": "^13.1.0", "standard-markdown": "^5.1.0", "standard-version": "^7.0.0", "tap": "^14.7.0" }, "dependencies": {}, "engines": { "node": ">=8" }, "standard": { "ignore": [ "flow-typed/" ] }, "publishConfig": { "access": "public" } }