Home

simpleicons @e10bc0ed94ed3cb126e38089c4e090ffa6db3085 - refs - log -
-
https://git.jolheiser.com/simpleicons.git
Go library for simpleicons.org
simpleicons / deno.json
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
{
  "name": "simpleicons",
  "version": "1.0.0",
  "exports": "./index.ts",
  "tasks": {
    "build": "deno run --allow-write index.ts",
    "format": "gofumpt -w .",
    "build:all": "deno task build && deno task format"
  },
  "imports": {
    "simple-icons": "npm:simple-icons@^15.19.0"
  },
  "compilerOptions": {
    "lib": [
      "deno.window"
    ]
  }
}