@codybrom/denim
Version:
A Deno/TypeScript library for the Threads API
24 lines (23 loc) • 452 B
JSON
{
"name": "@codybrom/denim",
"version": "2.0.0",
"description": "A Deno/TypeScript library for the Threads API",
"exports": {
".": "./mod.ts"
},
"imports": {
"@codybrom/denim": "./mod.ts",
"@std/assert": "jsr:@std/assert@^1.0.18"
},
"tasks": {
"test": "deno test",
"check": "deno check mod.ts",
"lint": "deno lint",
"fmt": "deno fmt",
"fmt:check": "deno fmt --check"
},
"fmt": {
"useTabs": true,
"singleQuote": false
}
}