alfred-flomo
Version:
a simple Alfred Workflow for Flomo
39 lines (38 loc) • 726 B
JSON
{
"name": "alfred-flomo",
"version": "0.0.2",
"description": "a simple Alfred Workflow for Flomo",
"keywords": [
"alfred4",
"alfred5",
"flomo",
"alfy"
],
"type": "module",
"main": "index.js",
"scripts": {
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"author": "",
"license": "MIT",
"dependencies": {
"alfy": "^2.1.0"
},
"files": [
"index.js",
"info.plist",
"icon.png",
"package.json",
"package-lock.json",
"README.md"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/wilsonyiyi/alfred-flomo",
"repository": {
"type": "git",
"url": "https://github.com/wilsonyiyi/alfred-flomo"
}
}