This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.49 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
{
"name": "@globality/nodule-config",
"version": "2.16.0",
"description": "Opinionated configuration for Node application",
"main": "lib/",
"repository": "https://github.com/globality-corp/nodule-config",
"scripts": {
"build": "yarn tsc --declaration --declarationMap -p tsconfig.build.json",
"lint": "gi-eslint-run lint",
"lint:fix": "gi-eslint-run lint --fix",
"test": "jest src --runInBand",
"verify": "yarn lint && yarn test"
},
"author": "Globality Engineering",
"license": "MIT",
"types": "./lib/index.d.ts",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.650.0",
"bottlejs": "1.7.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@globality/gi-eslint-config": "^1.0.15",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.182",
"@types/node": "^14.17.6",
"aws-sdk-client-mock": "^4.0.1",
"jest": "27.x",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},
"resolutions": {
"mem": "^5.1.1",
"stringstream": "^1.0.0",
"js-yaml": "^3.13.1",
"just-extend": "^4.0.2",
"extend": "^2.0.2",
"merge": "^1.2.1",
"randomatic": "^3.1.1",
"cryptiles": "^4.1.3",
"handlebars": "^4.5.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}