small array utilities
294 B
16 lines
1{
2 "name": "@mary/array-fns",
3 "version": "0.1.6",
4 "license": "0BSD",
5 "exports": "./lib/mod.ts",
6 "fmt": {
7 "useTabs": true,
8 "indentWidth": 2,
9 "lineWidth": 110,
10 "semiColons": true,
11 "singleQuote": true
12 },
13 "publish": {
14 "include": ["lib/", "LICENSE", "README.md", "deno.json"]
15 }
16}