-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1014 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
36
37
38
39
40
41
{
"name": "@renovatebot/detect-tools",
"version": "1.1.0",
"license": "MIT",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/renovatebot/detect-tools.git"
},
"scripts": {
"clean": "rimraf dist",
"build": "tsc -b ./tsconfig.json",
"test": "jest --coverage=true"
},
"dependencies": {
"fs-extra": "^11.2.0",
"toml-eslint-parser": "^0.10.0",
"upath": "^2.0.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@jest/globals": "29.7.0",
"@tsconfig/node18": "18.2.4",
"@types/common-tags": "1.8.4",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"common-tags": "1.8.2",
"eslint": "9.9.1",
"jest": "29.7.0",
"npm-run-all2": "6.2.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"type-fest": "4.25.0",
"typescript": "5.5.4",
"typescript-eslint": "8.2.0"
},
"packageManager": "pnpm@9.9.0"
}