-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.39 KB
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
{
"name": "@incanta/config",
"version": "2.1.10",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./config": "./lib/config.js"
},
"bin": {
"config-env": "./lib/config-env.js"
},
"packageManager": "yarn@1.22.19",
"repository": "git@github.com:IncantaGames/config.git",
"author": "Incanta Games",
"license": "MIT",
"scripts": {
"build": "tsc -b .",
"test": "jest",
"audit": "yarn-audit-fix"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.985.0",
"@azure/identity": "^4.10.1",
"@azure/keyvault-secrets": "^4.10.0",
"@google-cloud/secret-manager": "^6.1.1",
"js-yaml": "^4.1.1",
"json5": "^2.2.3",
"jsonc-parser": "^3.2.0",
"lodash.mergewith": "^4.6.2"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/js-yaml": "^4.0.5",
"@types/lodash.mergewith": "^4.6.9",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"yarn-audit-fix": "^10.1.1"
}
}