UNPKG

@astrouxds/astro-figma-export

Version:
37 lines (36 loc) 889 B
{ "name": "@astrouxds/astro-figma-export", "version": "1.4.0", "description": "Script to generate and download icons from a figma file", "bin": { "export-icons": "cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "import": "node cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/RocketCommunicationsInc/figma-export.git" }, "keywords": [ "cli", "figma", "figma-api" ], "author": "Mark Cianfrani", "license": "MIT", "bugs": { "url": "https://github.com/RocketCommunicationsInc/figma-export/issues" }, "homepage": "https://github.com/RocketCommunicationsInc/figma-export#readme", "dependencies": { "axios": "^0.21.1", "chalk": "^2.4.2", "cliui": "^5.0.0", "minimist": "^1.2.5", "mkdirp": "^0.5.1", "ora": "^3.4.0", "prompts": "^2.1.0" } }