draft-redmine_users_from_csv/deno.json

14 lines
303 B
JSON

{
"fmt": {
"singleQuote": true,
"semiColons": false,
"useTabs": true,
"indentWidth": 4
},
"imports": {
"std:csv": "https://deno.land/std@0.212.0/csv/mod.ts",
"bluemine": "https://deno.land/x/bluemine@0.1.4/mod.ts",
"cliffy": "https://deno.land/x/cliffy@v1.0.0-rc.3/command/mod.ts"
}
}