summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 1df86bcb84e83861d6d483117f805dd65223d0b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "iro-icons",
    "version": "1.0.1",
    "description": "Icons of the Iro design system",
    "author": "Volpeon",
    "license": "MIT",
    "private": true,
    "sideEffects": false,
    "type": "module",
    "bin": {
        "iro-icon-sprite": "./scripts/create_sprite.js"
    },
    "devDependencies": {
        "svg-sprite": "^2.0.4"
    },
    "peerDependencies": {
        "svg-sprite": "^2.0.2"
    }
}