-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1023 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
{
"name": "internal-library-reference-stats",
"version": "0.0.0",
"private": true,
"description": "Ant Designから提供されているモジュールの参照箇所を自動解析して掲載しています。",
"license": "MIT",
"author": "Yuhei Yasuda <[email protected]> (https://yuheiy.com/)",
"type": "module",
"scripts": {
"build": "tsx scripts/index.ts",
"format": "prettier . --write",
"test": "tsc -b && tsx --test 'scripts/**/*.test.ts'"
},
"dependencies": {
"@types/gitconfiglocal": "2.0.3",
"@types/node": "22.5.0",
"antd": "5.20.2",
"fast-glob": "3.3.2",
"gitconfiglocal": "2.1.0",
"github-slugger": "2.0.0",
"p-map": "7.0.2",
"p-memoize": "7.1.1",
"pkg-dir": "8.0.0",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"read-package-up": "11.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"packageManager": "[email protected]",
"engines": {
"node": "22"
}
}