File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
"postinstall" : " yarn symlink"
14
14
},
15
15
"devDependencies" : {
16
- "@types/jest" : " ^29.5.11" ,
17
16
"@types/jest-in-case" : " ^1.0.2" ,
17
+ "@types/jest" : " ^29.5.11" ,
18
18
"@types/mkdirp" : " 1.0.2" ,
19
19
"@types/node" : " ^20.12.7" ,
20
20
"@typescript-eslint/eslint-plugin" : " ^6.18.1" ,
21
21
"@typescript-eslint/parser" : " ^6.18.1" ,
22
22
"copyfiles" : " ^2.4.1" ,
23
- "del-cli" : " ^5.1.0" ,
24
- "eslint" : " ^8.56.0" ,
25
23
"eslint-config-prettier" : " ^9.1.0" ,
26
24
"eslint-plugin-simple-import-sort" : " ^10.0.0" ,
27
25
"eslint-plugin-unused-imports" : " ^3.0.0" ,
26
+ "eslint" : " ^8.56.0" ,
28
27
"glob" : " 8.0.3" ,
29
- "jest" : " ^29.6.2" ,
30
28
"jest-in-case" : " ^1.0.2" ,
29
+ "jest" : " ^29.6.2" ,
31
30
"lerna" : " ^6" ,
32
31
"mkdirp" : " 1.0.2" ,
33
32
"prettier" : " ^3.0.2" ,
33
+ "rimraf" : " 4.4.1" ,
34
34
"strip-ansi" : " ^6" ,
35
35
"symlink-workspace" : " ^1.9.0" ,
36
36
"ts-jest" : " ^29.1.1" ,
Original file line number Diff line number Diff line change 14
14
},
15
15
"scripts" : {
16
16
"copy" : " copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist" ,
17
- "clean" : " del dist/**" ,
17
+ "clean" : " rimraf dist/**" ,
18
18
"prepare" : " npm run build" ,
19
19
"codegen" : " ts-node ./scripts/build.ts" ,
20
20
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
Original file line number Diff line number Diff line change 18
18
},
19
19
"scripts" : {
20
20
"copy" : " copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist" ,
21
- "clean" : " del dist/**" ,
21
+ "clean" : " rimraf dist/**" ,
22
22
"prepare" : " npm run build" ,
23
23
"cmds" : " ts-node ./scripts/cmds.ts" ,
24
24
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
Original file line number Diff line number Diff line change 14
14
},
15
15
"scripts" : {
16
16
"copy" : " copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist" ,
17
- "clean" : " del dist/**" ,
17
+ "clean" : " rimraf dist/**" ,
18
18
"prepare" : " npm run build" ,
19
19
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
20
20
"test" : " jest --passWithNoTests" ,
You can’t perform that action at this time.
0 commit comments