-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.65 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
66
67
{
"version": "0.13.0",
"name": "@dotenvx/dotenvx-pro",
"description": "dotenvx pro 🏆",
"author": "@motdotla",
"keywords": [
"dotenvx",
"dotenv",
"env"
],
"homepage": "https://github.com/dotenvx/dotenvx-pro",
"repository": "dotenvx/dotenvx-pro",
"files": [
"src/**/*",
"CHANGELOG.md"
],
"main": "src/lib/main.js",
"bin": {
"dotenvx-pro": "./src/cli/dotenvx-pro.js"
},
"scripts": {
"standard": "standard",
"standard:fix": "standard --fix",
"test": "tap run --allow-empty-coverage --disable-coverage --timeout=60000",
"test-coverage": "tap run --show-full-coverage --timeout=60000",
"testshell": "bash shellspec",
"prerelease": "npm test && npm run testshell",
"release": "standard-version",
"patch": "patch-package"
},
"funding": "https://dotenvx.com",
"dependencies": {
"@clack/core": "^0.3.4",
"@dotenvx/dotenvx": "^1.24.5",
"arch": "^2.1.1",
"bip39": "^3.1.0",
"commander": "^11.1.0",
"conf": "^10.2.0",
"dotenv": "^16.4.5",
"eciesjs": "^0.4.7",
"enquirer": "^2.4.1",
"execa": "^5.1.1",
"is-wsl": "^2.1.1",
"object-treeify": "1.1.33",
"open": "^8.4.2",
"pdf-lib": "^1.17.1",
"qrcode": "^1.5.3",
"systeminformation": "^5.22.11",
"table": "^6.8.2",
"undici": "^5.28.3",
"winston": "^3.11.0"
},
"devDependencies": {
"@yao-pkg/pkg": "^5.14.2",
"capture-console": "^1.0.2",
"pdfkit": "^0.15.0",
"proxyquire": "^2.1.3",
"sinon": "^14.0.1",
"standard": "^17.1.0",
"standard-version": "^9.5.0",
"tap": "^18.7.0",
"tmp": "^0.2.3"
},
"publishConfig": {
"access": "public"
}
}