File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
"test" : " node $NODE_OPTS --import=tsx --test $(glob --ignore '**/node_modules/**' --ignore '**/dist/**' '**/*[.-_]test.?(c|m)[jt]s' '**/test?(-*).?(c|m)[jt]s' '**/test/**/*.?(c|m)[jt]s')" ,
30
30
"test:debug" : " NODE_OPTS='--inspect-brk' npm run test"
31
31
},
32
+ "devDependencies" : {
33
+ "tsx" : " ^4.9.4"
34
+ },
32
35
"peerDependencies" : {
33
36
"eslint" : " ^8.49.0"
34
37
},
38
41
"publishConfig" : {
39
42
"access" : " public" ,
40
43
"provenance" : true
41
- },
42
- "devDependencies" : {
43
- "tsx" : " ^4.9.4"
44
44
}
45
45
}
Original file line number Diff line number Diff line change 39
39
"@rushstack/eslint-patch" : " ^1.10.2" ,
40
40
"eslint-plugin-jest" : " ^27.4.0"
41
41
},
42
+ "devDependencies" : {
43
+ "tsx" : " ^4.9.4"
44
+ },
42
45
"peerDependencies" : {
43
46
"eslint" : " ^8.49.0" ,
44
47
"jest" : " *"
49
52
"publishConfig" : {
50
53
"access" : " public" ,
51
54
"provenance" : true
52
- },
53
- "devDependencies" : {
54
- "tsx" : " ^4.9.4"
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments