-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare JSR: Update fmt, lint and package info in deno.json * Remove dependency on std/collections
- Loading branch information
1 parent
644bd59
commit 1c7aaef
Showing
7 changed files
with
67 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
{ | ||
"exports": "./src/mod.ts", | ||
"fmt": { | ||
"include": ["src/", "tests/", "deno.json"] | ||
}, | ||
"imports": { | ||
"@deno/dnt": "jsr:@deno/dnt@^0.41.3", | ||
"@hey-api/openapi-ts": "npm:@hey-api/openapi-ts", | ||
"@hongminhee/deno-mock-fetch": "jsr:@hongminhee/deno-mock-fetch@^0.3.2", | ||
"@lambdalisue/systemopen": "jsr:@lambdalisue/systemopen@^1.0.0", | ||
"@std/assert": "jsr:@std/assert@^1.0.5", | ||
"@std/assert": "jsr:@std/assert@^1.0.6", | ||
"@std/cli": "jsr:@std/cli@^1.0.6", | ||
"@std/dotenv": "jsr:@std/dotenv@^0.225.2", | ||
"@std/fmt": "jsr:@std/fmt@^1.0.2", | ||
"@std/semver": "jsr:@std/semver@^1.0.3" | ||
} | ||
}, | ||
"lint": { | ||
"include": ["src/", "tests/"] | ||
}, | ||
"name": "@vippsmobilepay/sdk", | ||
"test": { | ||
"include": ["tests/"] | ||
}, | ||
"version": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters