mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
61409956c7
Removes the package from node-packages and adds to pkgs/by-name
27 lines
577 B
JSON
27 lines
577 B
JSON
{
|
|
"name": "dotenv-cli",
|
|
"description": "A global executable to run applications with the ENV variables loaded by dotenv",
|
|
"version": "7.4.3",
|
|
"author": "entropitor",
|
|
"bin": {
|
|
"dotenv": "./cli.js"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"dotenv": "^16.3.0",
|
|
"dotenv-expand": "^10.0.0",
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^16.0.4"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"preferGlobal": true,
|
|
"repository": "entropitor/dotenv-cli",
|
|
"scripts": {
|
|
"lint": "standard"
|
|
},
|
|
"resolutions": {}
|
|
}
|