@carbon/icons-angular
Version:
Angular components for icons in digital and software products using the Carbon Design System
88 lines (87 loc) • 2.4 kB
JSON
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@carbon/icons-angular",
"description": "Angular components for icons in digital and software products using the Carbon Design System",
"version": "11.2.2",
"license": "Apache-2.0",
"main": "./bundles/carbon-icons-angular.umd.js",
"ngPackage": {
"lib": {
"entryFile": "ts/index.ts"
},
"whitelistedNonPeerDependencies": [
"@carbon/icon-helpers"
]
},
"release": {
"pkgRoot": "dist",
"branches": [
{
"name": "master",
"channel": "latest"
},
{
"name": "next",
"channel": "next"
},
{
"name": "v10",
"channel": "carbon-v10",
"range": "10.X"
}
]
},
"repository": "https://github.com/carbon-design-system/carbon-icons-angular",
"bugs": "https://github.com/carbon-design-system/carbon-icons-angular/issues",
"keywords": [
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system",
"icons",
"angular"
],
"publishConfig": {
"access": "public",
"directory": "dist"
},
"scripts": {
"build": "yarn clean && yarn build:generate",
"build:generate": "node tasks/generate.js",
"build:storybook": "cd examples/storybook && yarn && yarn build",
"clean": "node tasks/clean.js",
"semantic-release": "semantic-release",
"test": "bash scripts/run-integration-test.sh"
},
"peerDependencies": {
"@angular/compiler": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
},
"dependencies": {
"@carbon/icon-helpers": "10.6.0"
},
"devDependencies": {
"@angular/compiler": "9.1.1",
"@angular/compiler-cli": "9.1.1",
"@angular/core": "9.1.1",
"@carbon/cli-reporter": "10.3.0",
"@carbon/icons": "10.18.0",
"change-case": "3.0.2",
"fs-extra": "7.0.1",
"ng-packagr": "9.1.0",
"semantic-release": "17.2.3",
"typescript": "3.8.3",
"zone.js": "0.10.3",
"rollup": "2.3.3"
},
"sideEffects": false,
"esm5": "./esm5/index.js",
"esm2015": "./esm2015/index.js",
"fesm5": "./fesm5/index.js",
"fesm2015": "./fesm2015/index.js",
"bundles": "./bundles/carbon-icons-angular.umd.js",
"module": "./fesm5/index.js",
"typings": "./index.d.ts",
"metadata": "./index.metadata.json"
}