blob: bd042314cc07b7d36202f34c8a86eafca2ac5d5c (
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-svetle",
"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-svetle"
},
"sideEffects": false,
"scripts": {
"clean": "rm -rf dist"
}
}
|