UNPKG

alfred-uuid

Version:

Alfred Workflow - Generate UUIDs in v1 and v4

46 lines (45 loc) 858 B
{ "name": "alfred-uuid", "version": "3.0.0", "description": "Alfred Workflow - Generate UUIDs in v1 and v4", "license": "MIT", "repository": "mariusrumpf/alfred-uuid", "author": { "name": "Marius Rumpf", "email": "marius@mariusrumpf.de", "url": "https://github.com/mariusrumpf/alfred-uuid" }, "engines": { "node": "^14.13.1 || >=16.0.0" }, "type": "module", "scripts": { "test": "xo", "postinstall": "alfy-init", "preuninstall": "alfy-cleanup" }, "files": [ "index.js", "icon.png", "info.plist" ], "keywords": [ "uuid", "uuid4", "uuid1", "uuidv1", "uuidv4", "alfred", "alfred-workflow", "alfred3", "alfred3-workflow", "alfy" ], "dependencies": { "alfy": "^0.12.2", "uuid": "^8.3.2" }, "devDependencies": { "xo": "^0.47.0" } }