forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "@carbon/icons",
"description": "Icons for digital and software products using the Carbon Design System",
"version": "11.29.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/carbon-design-system/carbon.git",
"directory": "packages/icons"
},
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
"scss",
"svg",
"build-info.json",
"metadata.json"
],
"keywords": [
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "yarn clean && node tasks/build.js",
"ci-check": "node tasks/ci-check.js",
"clean": "rimraf es lib metadata.json svg",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@carbon/cli": "^11.15.0-rc.0",
"@carbon/icon-build-helpers": "^1.19.0-rc.0",
"rimraf": "^5.0.0"
}
}