about summary refs log tree commit diff
path: root/pkgs/by-name/do/dotenv-cli/package.json
blob: 3ad9bff441a1bd6cab6683dbe9629859f083ca63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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": {}
}