File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"scripts" : {
13
13
"start" : " node ./bin/eik-server.js | pino-pretty" ,
14
- "test" : " LOG_LEVEL=fatal tap ./test --disable-coverage --allow-empty-coverage --serial=test" ,
15
- "test:snapshots" : " LOG_LEVEL=fatal tap --snapshot --disable-coverage --allow-empty-coverage --serial=test" ,
14
+ "test" : " cross-env LOG_LEVEL=fatal tap ./test --disable-coverage --allow-empty-coverage --serial=test" ,
15
+ "test:snapshots" : " cross-env LOG_LEVEL=fatal tap --snapshot --disable-coverage --allow-empty-coverage --serial=test" ,
16
16
"lint:fix" : " eslint --fix ." ,
17
17
"lint" : " eslint ."
18
18
},
34
34
"homepage" : " https://github.com/eik-lib/service#readme" ,
35
35
"dependencies" : {
36
36
"@eik/core" : " 1.3.47" ,
37
- "convict" : " 6.2.4" ,
38
- "fastify" : " 4.28.0" ,
39
37
"@fastify/compress" : " 6.5.0" ,
40
38
"@fastify/cors" : " 8.5.0" ,
41
39
"@fastify/jwt" : " 7.2.4" ,
40
+ "convict" : " 6.2.4" ,
41
+ "fastify" : " 4.28.0" ,
42
42
"http-errors" : " 2.0.0" ,
43
43
"js-yaml" : " 4.1.0" ,
44
44
"pino" : " 8.21.0"
47
47
"@babel/eslint-parser" : " 7.24.6" ,
48
48
"@semantic-release/changelog" : " 6.0.3" ,
49
49
"@semantic-release/git" : " 10.0.1" ,
50
+ "cross-env" : " ^7.0.3" ,
50
51
"eslint" : " 8.57.0" ,
51
52
"eslint-config-airbnb-base" : " 15.0.0" ,
52
53
"eslint-config-prettier" : " 9.1.0" ,
You can’t perform that action at this time.
0 commit comments