-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.17 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@infineon/infineon-icons",
"version": "3.1.1",
"private": false,
"description": "Infineon Icons",
"license": "MIT",
"homepage": "https://github.com/Infineon/Infineon-Icons#readme",
"bugs": {
"url": "https://github.com/Infineon/Infineon-Icons/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Infineon/Infineon-Icons.git"
},
"author": "Kai Werther",
"scripts": {
"build": "npm run generate:js && npm run build:icons",
"generate:js": "node ./build/generate",
"build:icons": "rollup --config rollup.config.js"
},
"main": "dist/icons.js",
"files": [
"dist",
"svg"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"svgicons2svgfont": "^14.0.2",
"webfont": "11.2.26"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"auto": "^10.37.4",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"rollup": "^2.79.1",
"rollup-plugin-inline-svg": "^3.0.3",
"svgo": "3.3.2"
},
"auto": {
"plugins": [
"npm",
"released"
]
}
}