@semantic-icons/bootstrap-icons
Version:
Icons generated based on bootstrap-icons v1.13.1
40 lines • 897 B
JSON
{
"name": "@semantic-icons/bootstrap-icons",
"version": "0.50.0",
"private": false,
"description": "Icons generated based on bootstrap-icons v1.13.1",
"keywords": [
"bootstrap-icons",
"angular",
"icons",
"svg"
],
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/semantic-icons",
"directory": "libs/bootstrap-icons"
},
"license": "MIT",
"author": "Khalil LAGRIDA",
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=17.1.0"
},
"publishConfig": {
"access": "public"
},
"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"
}
}