Home

simpleicons @main - refs - log - search -
https://git.jolheiser.com/simpleicons.git
Go library for simpleicons.org
package.json - raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
{
  "name": "simpleicons",
  "module": "index.ts",
  "type": "module",
  "devDependencies": {
    "bun-types": "latest",
    "simple-icons": "^11.1.0"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "scripts": {
    "build": "bun run index.ts",
    "postbuild": "gofumpt -w ."
  }
}