-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 990 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 990 Bytes
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
43
{
"name": "absorption",
"version": "0.9.1",
"license": "MIT",
"repository": "https://github.com/onigoetz/absorption",
"keywords": [
"git",
"code-analysis",
"metrics"
],
"type": "module",
"main": "./src/index.js",
"bin": "./src/bin.js",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"cache-manager": "^7.0.0",
"cache-manager-fs-hash": "^3.0.0",
"colors": "^1.4.0",
"execa": "^9.0.0",
"find-cache-dir": "^6.0.0",
"hard-rejection": "^2.1.0",
"micromatch": "^4.0.2",
"p-queue": "^9.1.0",
"progress": "^2.0.3",
"table": "^6.0.0",
"yargs": "^18.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@rstest/core": "^0.9.4",
"@rstest/coverage-istanbul": "^0.3.0",
"rstest-sonar-reporter": "^0.1.0"
},
"scripts": {
"format": "biome format src",
"check": "biome check src",
"test": "rstest",
"test:ci": "rstest --coverage"
},
"packageManager": "yarn@4.14.0"
}