File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " pnpm-template " ,
2
+ "name" : " banking-management " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " " ,
5
- "main" : " index.ts" ,
6
5
"scripts" : {
7
- "test" : " vitest" ,
8
- "test-run-first" : " vitest run simple.test.ts" ,
9
- "test-run-second" : " vitest run real.test.ts"
6
+ "test:watch" : " vitest --watch" ,
7
+ "test" : " vitest run" ,
8
+ "test-run-basic" : " vitest run simple.test.ts" ,
9
+ "test-run-real" : " vitest run real.test.ts" ,
10
+ "test-run-final" : " curl -o bank-transactions.test.ts ${TESTS_FOLDER}/bank-transactions.test.ts && vitest run bank-transactions.test.ts && rm bank-transactions.test.ts"
10
11
},
11
12
"type" : " module" ,
12
13
"keywords" : [],
13
14
"author" : " " ,
14
15
"license" : " ISC" ,
15
16
"devDependencies" : {
16
- "vite-tsconfig-paths" : " ^5.1.4" ,
17
- "vitest" : " ^2.1.8"
17
+ "vite-tsconfig-paths" : " ^5.0.1" ,
18
+ "vitest" : " ^2.1.0"
19
+ },
20
+ "dependencies" : {
21
+ "uuid" : " ^11.0.5"
18
22
}
19
23
}
You can’t perform that action at this time.
0 commit comments