UNPKG

alfred-evernote-workflow

Version:
95 lines (94 loc) 2.43 kB
{ "author": { "name": "jopemachine", "email": "jopemachine@gmail.com", "url": "https://github.com/jopemachine/alfred-evernote-workflow" }, "bugs": { "url": "https://github.com/jopemachine/alfred-evernote-workflow/issues" }, "bundleDependencies": false, "dependencies": { "@jxa/global-type": "^1.3.1", "@jxa/run": "^1.3.2", "alfy": "git+https://github.com/jopemachine/alfy", "boxen": "^4.2.0", "clipboardy": "^2.3.0", "create-html-element": "^3.0.0", "dotenv": "^8.2.0", "evernote": "^2.0.5", "is-travis": "^2.0.0", "lodash": "^4.17.15", "os-locale": "^5.0.0", "plist": "^3.0.1" }, "deprecated": false, "description": "Evernote workflow for Alfred 4", "devDependencies": { "alfy-test": "git+https://github.com/jopemachine/alfy-test", "ava": "^3.12.1", "eslint": "^7.10.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "esm": "^3.2.25", "husky": "^4.3.0", "xo": "^0.17.1" }, "engines": { "node": ">=4" }, "files": [ "info.plist", "*.js", "*.scpt", "*.sh", "icon.png", "imgs/*.png", "icon/*.png", "initialCachingDescription.html", "searchConfig.json", "*.md", "LICENSE" ], "homepage": "https://github.com/jopemachine/alfred-evernote-workflow#readme", "keywords": [ "alfred", "alfy", "evernote", "workflow" ], "license": "MIT", "name": "alfred-evernote-workflow", "repository": { "url": "git://github.com/jopemachine/alfred-evernote-workflow.git" }, "scripts": { "run-node": "ESM_OPTIONS='{\"await\":true}' node --require esm \"${npm_config_target}\" \"${npm_config_query}\"", "run-ens": "npm run run-node --target=./searchNote.js --query='${npm_config_query}'", "postinstall": "alfy-init && npm run init", "preuninstall": "alfy-cleanup", "test": "xo && ava --verbose", "saveHtmlCache": "osascript saveCache.scpt", "clearHtmlCache": "node deleteSearchContent.js", "init": "node init.js" }, "version": "0.9.8", "ava": { "files": [ "e2e/**/*.test.js", "test/*.test.js" ], "require": [ "esm" ] }, "husky": { "hooks": { "pre-commit": "npm run test", "pre-push": "npm run test" } } }