Skip to content

Commit

Permalink
Add deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 27, 2024
1 parent e0b0378 commit 781045e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@shougo/ddu-ui-ff",
"version": "0.0.0",
"exports": {
".": "./denops/@ddu-uis/filer.ts",
},
"publish": {
"include": [
"denops/@ddu-uis/**/*.ts",
]
},
"imports": {
},
"lock": false,
"tasks": {
"check": "deno check denops/**/*.ts",
"lint": "deno lint denops",
"lint-fix": "deno lint --fix denops",
"fmt": "deno fmt denops",
"test": "deno test -A --doc --parallel --shuffle denops/**/*.ts",
"upgrade": "deno run -A jsr:@molt/cli **/*.ts --no-resolve --write"
}
}

0 comments on commit 781045e

Please sign in to comment.