-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.04 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
{
"name": "wl-idp-docs-hub",
"author": "Workleap",
"description": "Documentation hub for Workleap IDP.",
"private": true,
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/workleap/wl-idp-docs-hub.git"
},
"scripts": {
"dev": "retype start",
"lint": "eslint . --max-warnings=-1 --cache --cache-location node_modules/.cache/eslint",
"clean": "pnpm dlx rimraf dist node_modules/.cache",
"reset": "pnpm clean && pnpm reset:modules",
"reset:modules": "pnpm dlx rimraf node_modules pnpm-lock.yaml",
"list-outdated-deps": "pnpm outdated --format list !eslint",
"update-outdated-deps": "pnpm update --latest !eslint"
},
"devDependencies": {
"@workleap/eslint-plugin": "3.2.3",
"eslint": "8.49.0",
"retypeapp": "3.6.0"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}