forked from dotenvx/dotenvx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.5 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"version": "0.39.0",
"name": "@dotenvx/dotenvx",
"description": "a better dotenv–from the creator of `dotenv`",
"author": "@motdotla",
"keywords": [
"dotenv",
"env"
],
"homepage": "https://github.com/dotenvx/dotenvx",
"repository": "dotenvx/dotenvx",
"license": "MIT",
"files": [
"src/**/*"
],
"main": "src/lib/main.js",
"bin": {
"dotenvx": "./src/cli/dotenvx.js",
"git-dotenvx": "./src/cli/dotenvx.js"
},
"scripts": {
"standard": "standard",
"standard:fix": "standard --fix",
"test": "tap run --show-full-coverage",
"prerelease": "npm test",
"release": "standard-version"
},
"funding": "https://dotenvx.com",
"dependencies": {
"@inquirer/confirm": "^2.0.17",
"arch": "^2.1.1",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"conf": "^10.2.0",
"diff": "^5.2.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eciesjs": "^0.4.6",
"execa": "^5.1.1",
"glob": "^10.3.10",
"ignore": "^5.3.0",
"is-wsl": "^2.1.1",
"object-treeify": "1.1.33",
"open": "^8.4.2",
"ora": "^5.4.1",
"semver": "^7.3.4",
"undici": "^5.28.3",
"which": "^4.0.0",
"winston": "^3.11.0",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"capture-console": "^1.0.2",
"pkg": "^5.8.1",
"proxyquire": "^2.1.3",
"sinon": "^14.0.1",
"standard": "^17.1.0",
"standard-version": "^9.5.0",
"tap": "^18.7.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}