@central-icons-react/square-outlined-radius-0-stroke-1.5
Version:
A collection of square outlined React icons with 0px radius and 1.5px stroke width, designed for use in React applications.
71 lines (70 loc) • 1.57 kB
JSON
{
"name": "@central-icons-react/square-outlined-radius-0-stroke-1.5",
"version": "0.0.61",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://iconists.co/central",
"bugs": {
"url": "https://github.com/Iconists/central-icons-react/issues",
"email": "info@iconists.co"
},
"sideEffects": false,
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
},
"./*": {
"types": "./*/index.d.ts",
"import": "./*/index.mjs",
"require": "./*/index.js"
}
},
"files": [
"**/*.js",
"**/*.mjs",
"**/*.map",
"**/*.d.ts",
"**/*.md",
"icons-index.json"
],
"scripts": {
"preinstall": "node ./license-check.js",
"prebuild": "tsc",
"build": "tsup",
"postbuild": "prettier --write **/*.d.ts *.d.ts && sed -i 's/import(/import(\\/* webpackIgnore: true *\\//g' index.js index.mjs",
"prepublishOnly": "npm run build",
"dev": "tsup --watch",
"lint": "prettier --write ."
},
"peerDependencies": {
"react": ">=14.0.0 <= 19"
},
"devDependencies": {
"@types/node": "^24",
"@types/react": "^19",
"tsup": "^8",
"typescript": "^5",
"prettier": "^3"
},
"keywords": [
"react",
"icons",
"svg",
"ui",
"design-system",
"sharp",
"round",
"filled",
"outlined",
"stroke",
"radius",
"central-icons",
"icon-library",
"icon-pack"
],
"author": "Iconists"
}