-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 891 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@brightlayer-ui/symbols",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/etn-ccis/blui-symbols.git"
},
"author": "Brightlayer UI <brightlayer-ui@eaton.com>",
"license": "BSD-3-Clause",
"scripts": {
"test:svg": "./scripts/svgBuildTest.sh",
"build": "create-svg-sprite --optimize --input './symbols' --output './symbols' --name 'symbols'"
},
"files": [
"iconfont",
"LICENSE",
"package.json",
"README.md",
"CHANGELOG.md"
],
"bugs": {
"url": "https://github.com/etn-ccis/blui-symbols/issues"
},
"homepage": "https://github.com/etn-ccis/blui-symbols#readme",
"prettier": "@brightlayer-ui/prettier-config",
"devDependencies": {
"create-svg-sprite": "~1.0.4",
"yarn-audit-fix": "^10.1.1"
}
}