You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1012 B
42 lines
1012 B
3 years ago
|
{
|
||
|
"name": "@carbon/icon-helpers",
|
||
|
"description": "Helpers used alongside icons for digital and software products using the Carbon Design System",
|
||
|
"version": "10.36.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/icon-helpers"
|
||
|
},
|
||
|
"bugs": "https://github.com/carbon-design-system/carbon/issues",
|
||
|
"files": [
|
||
|
"es",
|
||
|
"lib",
|
||
|
"umd"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"ibm",
|
||
|
"elements",
|
||
|
"carbon",
|
||
|
"carbon-elements",
|
||
|
"carbon-design-system",
|
||
|
"components",
|
||
|
"react"
|
||
|
],
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonIconHelpers",
|
||
|
"clean": "rimraf es lib umd"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@carbon/cli": "^11.7.0",
|
||
|
"rimraf": "^3.0.0"
|
||
|
},
|
||
|
"sideEffects": false,
|
||
|
"gitHead": "8206000d08eba6a443d7846b692a3543a47a6e66"
|
||
|
}
|