UNPKG

alfred-figma

Version:

Alfred workflow to quick link figma projects and files

33 lines (32 loc) 686 B
{ "name": "alfred-figma", "version": "0.3.0", "description": "Alfred workflow to quick link figma projects and files", "main": "index.js", "author": { "name": "Jon Rohan", "email": "yes@jonrohan.codes", "url": "http://jonrohan.codes/" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "alfy-init", "preuninstall": "alfy-cleanup" }, "keywords": [ "alfred", "alfred-workflow", "alfred3-workflow", "alfred3", "figma", "figma-api", "design", "design-tools" ], "license": "MIT", "dependencies": { "alfy": "^0.8.0", "dotenv": "^6.1.0", "pretty-ms": "^4.0.0" } }