forked from janus-idp/janus-idp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 877 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
{
"name": "janus-idp.io",
"version": "0.0.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"ci": "turbo run lint build test:unit",
"build": "turbo run build",
"export": "turbo run export",
"dev": "turbo run dev --parallel",
"test:unit": "turbo run test:unit --parallel",
"test:e2e": "turbo run test:e2e --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"clean": "turbo run clean",
"prepare": "husky install"
},
"devDependencies": {
"check-dependency-version-consistency": "^3.0.3",
"eslint-config-custom": "workspace:*",
"husky": "^8.0.2",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tsconfig": "workspace:*",
"turbo": "^1.9.3"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "[email protected]"
}