@demimonde/dotenv
Version:
Read Environment Variables From The .env File Into process.env.
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "@demimonde/dotenv",
"version": "1.1.0",
"description": "Read Environment Variables From The .env File Into process.env.",
"main": "build",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"lint": "eslint .",
"doc": "NODE_DEBUG=doc doc -o README.md",
"b": "alamode src -o build -s",
"d": "yarn-s d1",
"d1": "typal src/index.js",
"build": "yarn-s d b doc",
"e": "node example",
"example/": "yarn e example/example.js"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git://github.com/demimonde/dotenv.git"
},
"keywords": [
"dotenv",
"demimonde"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/demimonde/dotenv/issues"
},
"homepage": "https://github.com/demimonde/dotenv#readme",
"devDependencies": {
"alamode": "2.4.0",
"documentary": "1.32.1",
"eslint-config-artdeco": "1.0.1",
"temp-context": "2.1.3",
"yarn-s": "1.1.0",
"zoroaster": "4.1.1-alpha"
}
}