-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 873 Bytes
/
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
{
"author": {
"email": "trejgun+opensource@gmail.com",
"name": "TrejGun",
"url": "https://ethberry.io/"
},
"dependencies": {
"@lerna/legacy-package-management": "8.1.9",
"lerna": "8.1.9"
},
"devDependencies": {
"@ethberry/eslint-config": "5.0.4",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"prettier": "3.4.2"
},
"engines": {
"node": ">=22"
},
"license": "MIT",
"name": "@trejgun/nestjs-auth",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/trejgun/nestjs-auth"
},
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna run build --stream",
"clean": "sh scripts/clean.sh",
"lint": "lerna run lint --concurrency 1",
"prepare": "husky",
"prettier": "prettier . --write",
"test": "sh scripts/test.sh"
},
"version": "0.0.1"
}