-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.17 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
37
38
39
40
41
42
{
"private": true,
"type": "module",
"name": "af-utils-monorepo",
"engines": {
"pnpm": "^9.0.0",
"node": ">20.0.0"
},
"packageManager": "pnpm@9.1.1",
"author": {
"name": "Alex Fomin",
"email": "nowaalex@gmail.com",
"url": "https://github.com/nowaalex/"
},
"repository": {
"type": "git",
"url": "https://github.com/nowaalex/af-utils"
},
"homepage": "https://af-utils.com",
"license": "MIT",
"scripts": {
"test": "pnpm -r test",
"packages": "pnpm -F './packages/**'",
"build": "pnpm packages -F website build",
"publint": "pnpm packages exec publint"
},
"browserslist": ">0.6%, not op_mini all",
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@microsoft/api-documenter": "^7.25.21",
"@microsoft/api-extractor": "^7.47.11",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.3"
},
"pnpm": {
"patchedDependencies": {
"@microsoft/api-documenter@7.25.21": "patches/@microsoft__api-documenter@7.24.1.patch"
}
}
}