{ "name": "@cerulea/lexicon", "exports": "./mod.ts", "version": "0.2.0", "license": "WTFPL", "publish": { "exclude": ["tests"] }, "fmt": { "lineWidth": 100 }, "tasks": { "check": "deno fmt --check && deno lint && deno check mod.ts tests/*.ts && deno test" } }