-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
39 lines (39 loc) · 939 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
38
39
{
"name": "oidc-server-mock",
"version": "1.0.0",
"private": true,
"license": "MIT",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"tilt:up": "tilt up",
"tilt:down": "tilt down",
"tilt:ci": "tilt ci",
"lint": "eslint .",
"format": "prettier --write **/*.ts",
"prepare": "husky"
},
"workspaces": [
"e2e"
],
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.16.0",
"@jest/globals": "^29.7.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"pretty-quick": "^4.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"packageManager": "[email protected]"
}