Lines 1-23json
2 "name": "@central-icons-solid/square-outlined-radius-0-stroke-1",
4 "license": "SEE LICENSE IN LICENSE.md",
5 "homepage": "https://iconists.co/central",
7 "types": "./index.d.ts",
9 ".": { "solid": "./index.jsx", "types": "./index.d.ts", "default": "./index.jsx" },
10 "./*": { "solid": "./*/index.tsx", "types": "./*/index.d.ts", "default": "./*/index.tsx" }
12 "files": ["**/*.tsx", "**/*.jsx", "**/*.ts", "**/*.d.ts", "**/*.md", "icons-index.json", "license-check.js"],
14 "preinstall": "node ./license-check.js",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L14 15 "build": "node ./build.mjs",
16 "prepublishOnly": "npm run build",
17 "lint": "node ./build.mjs"
19 "peerDependencies": { "solid-js": ">=1.6" },
20 "keywords": ["solid", "solid-js", "icons", "svg", "central-icons", "icon-pack"],