-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "docs-builder-monorepo",
"private": true,
"scripts": {
"prepare": "husky install",
"lint": "pnpm -r lint",
"prettier:check": "pnpm -r prettier:check",
"prettier:fix": "pnpm -r prettier:fix",
"precommit": "pnpm -r precommit",
"build": "pnpm -r --workspace-concurrency=1 build",
"sample:build": "pnpm build",
"sample:dev": "pnpm -F \"*-builder\" build && pnpm -F sample-docs dev",
"ci-build": "./scripts/ci-build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"husky": "^8.0.1",
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"author": "Climate Interactive",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/climateinteractive/docs-builder"
},
"bugs": {
"url": "https://github.com/climateinteractive/docs-builder/issues"
}
}