@semantic-icons/bootstrap-icons
Version:
`@semantic-icons/bootstrap-icons` helps developers to use [Bootstrap icons](https://icons.getbootstrap.com) inside [Angular](https://angular.dev) projects.
39 lines • 828 B
JSON
{
"name": "@semantic-icons/bootstrap-icons",
"version": "0.49.0",
"private": false,
"publishConfig": {
"access": "public"
},
"author": "Khalil LAGRIDA",
"license": "MIT",
"peerDependencies": {
"@angular/core": ">=17.1.0"
},
"sideEffects": false,
"keywords": [
"bootstrap-icons",
"angular",
"icons",
"svg"
],
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/semantic-icons",
"directory": "libs/bootstrap-icons"
},
"module": "fesm2022/semantic-icons-bootstrap-icons.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/semantic-icons-bootstrap-icons.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}