feat(release): initial release
This commit is contained in:
22
deno.json
Normal file
22
deno.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@valkyr/inverse",
|
||||
"version": "1.0.0",
|
||||
"exports": "./mod.ts",
|
||||
"imports": {
|
||||
"std/": "https://deno.land/std@0.224.0/"
|
||||
},
|
||||
"exclude": [
|
||||
".vscode"
|
||||
],
|
||||
"lint": {
|
||||
"rules": {
|
||||
"exclude": [
|
||||
"no-explicit-any",
|
||||
"require-await"
|
||||
]
|
||||
}
|
||||
},
|
||||
"fmt": {
|
||||
"lineWidth": 120
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user