forked from trunk-io/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 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
{
"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.2.4",
"@types/caller": "^1.0.0",
"@types/debug": "^4.1.7",
"@types/jest": "^29.2.4",
"@types/jest-specific-snapshot": "^0.5.6",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.50.0",
"caller": "^1.1.0",
"debug": "^4.3.4",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fast-sort": "^3.2.0",
"jest": "^29.3.1",
"jest-specific-snapshot": "^8.0.0",
"semver": "^7.3.8",
"simple-git": "^3.15.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.0.0",
"yaml": "^2.2.0"
},
"bundleDependencies": [
"tests"
],
"engines": {
"node": ">=16"
}
}