UNPKG

arvis-emoji

Version:

Arvis workflow to find relevant emoji from text

48 lines (47 loc) 776 B
{ "name": "arvis-emoji", "version": "0.0.5", "description": "Arvis workflow to find relevant emoji from text", "license": "MIT", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "engines": { "node": ">=8" }, "scripts": { "test": "xo && ava", "postinstall": "arvish-init", "preuninstall": "arvish-cleanup" }, "files": [ "index.js", "icon.png", "info.plist", "arvis-workflow.json" ], "keywords": [ "emoj", "emoji", "emojis", "smiley", "emoticon", "search", "detect", "find", "arvis", "arvis-workflow", "workflow", "arvish" ], "dependencies": { "arvish": ">=0.3.6" }, "devDependencies": { "arvish-test": ">=0.0.2", "ava": "*", "xo": "^0.23.0" } }