-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
51 lines (51 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
{
"private": true,
"scripts": {
"parse": "ts-node tests/parse/index.ts",
"test": "jest",
"trunk": "trunk"
},
"devDependencies": {
"@jest/console": "^29.4.1",
"@jest/reporters": "^29.4.1",
"@jest/test-result": "^29.4.1",
"@trunkio/launcher": "^1.3.4",
"@types/caller": "^1.0.2",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/jest-specific-snapshot": "^0.5.9",
"@types/node": "^22.9.3",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"caller": "^1.1.0",
"debug": "^4.3.7",
"eslint": "9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-sort": "^3.4.1",
"jest": "^29.3.1",
"jest-junit": "^16.0.0",
"jest-specific-snapshot": "^8.0.0",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"yaml": "^2.6.1"
},
"bundleDependencies": [
"tests"
],
"engines": {
"node": ">=16"
}
}