figma-icon-getter
Version:
A simple solution to get component set icons from Figma
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "figma-icon-getter",
"version": "1.0.0",
"description": "A simple solution to get component set icons from Figma",
"type": "module",
"bin": "dist/cli.js",
"exports": {
".": {
"import": "./dist/lib.js",
"types": "./dist/lib.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"prepare": "tsc",
"start": "node --import tsx --env-file=.env src/cli.ts --file cjlracOWzfEwaiEGBFWUQC --out ./playground --file=.env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jcusick93/figma-icon-getter.git"
},
"keywords": [
"Figma",
"design system",
"icons"
],
"author": "Josh Cusick",
"license": "MIT",
"bugs": {
"url": "https://github.com/jcusick93/figma-icon-getter/issues"
},
"homepage": "https://github.com/jcusick93/figma-icon-getter#readme",
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@types/jest": "^30.0.0",
"@types/node": "^18",
"babel-jest": "^30.0.2",
"dotenv-cli": "^8.0.0",
"jest": "^30.0.2",
"ts-jest": "^29.4.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
},
"dependencies": {
"node": "^20.19.3",
"zod": "^3.23.8"
}
}