cerulea/lexicon

define atproto schemas in TypeScript

git clone https://git.t4t.associates/cerulea/lexicon

Charlotte Somrecord the line width and add a check task1831627

main
292 B15 linesraw
1{
2  "name": "@cerulea/lexicon",
3  "exports": "./mod.ts",
4  "version": "0.2.0",
5  "license": "WTFPL",
6  "publish": {
7    "exclude": ["tests"]
8  },
9  "fmt": {
10    "lineWidth": 100
11  },
12  "tasks": {
13    "check": "deno fmt --check && deno lint && deno check mod.ts tests/*.ts && deno test"
14  }
15}