aboutsummaryrefslogtreecommitdiff
path: root/packages/icons-iconfont/package.json
blob: 4aee60fb79fdf9379371802fdabb7f08cc5738e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "@tabler/icons-iconfont",
  "version": "2.0.0",
  "author": "codecalm",
  "license": "MIT",
  "homepage": "https://tabler-icons.io",
  "bugs": {
    "url": "https://github.com/tabler/tabler-icons/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/codecalm"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tabler/tabler-icons.git",
    "directory": "packages/icons-iconfont"
  },
  "sideEffects": false,
  "scripts": {
    "clean": "rm -rf dist"
  }
}