-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.16 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
{
"name": "lapisian",
"version": "1.3.2",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"build:vec": "nx build vault-env-config",
"test": "nx test",
"test:vec": "nx test vault-env-config",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps --base=HEAD~1 --head=HEAD",
"affected:libs": "nx affected:libs --base=HEAD~1 --head=HEAD --plain",
"affected:build": "nx affected:build --base=HEAD~1 --head=HEAD --with-deps",
"affected:e2e": "nx affected:e2e --base=HEAD~1 --head=HEAD --with-deps",
"affected:test": "nx affected:test --base=HEAD~1 --head=HEAD --with-deps",
"affected:lint": "nx affected:lint --base=HEAD~1 --head=HEAD --with-deps",
"affected:dep-graph": "nx affected:dep-graph --base=HEAD~1 --head=HEAD --with-deps",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"docs": "typedoc packages/vault-env-config/src/index.ts"
},
"private": true,
"dependencies": {
"commander": "^10.0.1",
"debug": "^4.3.4",
"dotenv": "^16.1.4",
"node-vault": "^0.9.22",
"ramda": "^0.27.1",
"tslib": "^2.5.3"
},
"devDependencies": {
"@commander-js/extra-typings": "^10.0.3",
"@nrwl/cli": "12.0.8",
"@nrwl/eslint-plugin-nx": "13.0.0",
"@nrwl/jest": "13.0.0",
"@nrwl/linter": "13.0.0",
"@nrwl/node": "13.0.0",
"@nrwl/nx-cloud": "latest",
"@nrwl/tao": "13.0.0",
"@nrwl/workspace": "13.0.0",
"@types/debug": "^4.1.8",
"@types/dotenv": "^8.2.0",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@types/node-vault": "^0.9.13",
"@types/ramda": "^0.27.40",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.1.0",
"jest": "27.2.3",
"prettier": "2.8.8",
"ts-jest": "27.0.5",
"ts-node": "~9.1.1",
"typescript": "^4.6.2"
}
}