2024-06-04 13:06:25 +02:00
{
"tasks" : {
2024-06-04 17:27:21 +02:00
"serve" : "deno run --allow-net=\"git.cohabit.fr,localhost:$PORT,127.0.0.1:$PORT,0.0.0.0:$PORT\" --allow-env=PORT,COHABIT_GIT_URL,PORTFOLIO_BASE_URL ./server.ts" ,
2024-06-04 14:58:55 +02:00
"test" : "deno test --ignore=server.ts --allow-env=PORT,COHABIT_GIT_URL,PORTFOLIO_BASE_URL --doc" ,
2024-06-04 15:04:16 +02:00
"lint" : "deno lint --ignore=docs" ,
2024-06-04 15:17:29 +02:00
"doc" : "deno doc --html --name='Portfolio Sever' ./src/*.ts" ,
"check" : "deno task lint && deno task test && deno task doc"
2024-06-04 13:06:25 +02:00
} ,
"fmt" : {
"singleQuote" : true ,
"semiColons" : false ,
"useTabs" : true
} ,
"imports" : {
"@std/media-types" : "jsr:@std/media-types@^0.224.1" ,
"@std/path" : "jsr:@std/path@^0.225.2"
}
}