Home

simpleicons @74d5aa9e73aa6498d0a3444cd920d22ad9de8cd0 - refs - log -
-
https://git.jolheiser.com/simpleicons.git
Go library for simpleicons.org
simpleicons / 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.15.0"
  },
  "peerDependencies": {
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "bun run index.ts",
    "postbuild": "gofumpt -w ."
  }
}