@usefui/svgjsx
Version:
Open Source Command Line Interfaces to generate JSX Icon Components from SVGs.
48 lines • 1.13 kB
JSON
{
"name": "@usefui/svgjsx",
"version": "1.0.4",
"description": "Open Source Command Line Interfaces to generate JSX Icon Components from SVGs.",
"main": "dist/index.js",
"bin": {
"svgjsx": "dist/index.js"
},
"keywords": [
"cli",
"react",
"svg",
"cli",
"typescript",
"jsx",
"reactjs",
"svg-icons",
"svg-to-jsx"
],
"author": "Nicolas Nunes",
"bugs": {
"url": "https://github.com/foundation-ui/svgjsx/issues"
},
"homepage": "https://github.com/foundation-ui/svgjsx#readme",
"license": "MIT",
"dependencies": {
"commander": "^14.0.0",
"fp-ts": "^2.16.10"
},
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@types/commander": "^2.12.5",
"@types/node": "^24.1.0",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.12.0"
},
"scripts": {
"build": "tsc",
"build:clean": "rm -rf dist",
"cli:run": "ts-node src/index.ts",
"cli:watch": "nodemon --exec ts-node src/index.ts",
"cli:link": "pnpm --global unlink @usefui/svgjsx && pnpm --global link"
}
}